#2CBC44

Color #2CBC44 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2CBC44

Tints of Lime Green #2CBC44

Color information

#2CBC44 (or 0x2CBC44) is unknown color: approx Lime Green. HEX triplet: 2C, BC and 44. RGB value is (44,188,68). Sum of RGB (Red+Green+Blue) = 44+188+68=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBC44 is #D343BB. Grayscale: #838383. Windows color (decimal): -13845436 or 4504620. OLE color: 4504620.

HSL color Cylindrical-coordinate representation of color #2CBC44: hue angle of 130º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBC44 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB4418868-
CMYK0.7700.640.26
HSL130º62.07%45.49%-
HSV(B)130º76.6%73.73%-
XYZ20.0736.9211.54-
YUV131.2692.2965.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 14.67%
GREEN value IS 188 (73.83% from 255) = 62.67%
BLUE value IS 68 (26.95% from 255) = 22.67%
R=14.67%
G=62.67%
B=22.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal44188680.7700.640.2613062.0745.49
Hex2CBC444D0401A823e2d
Octal542741041150100322027655
Binary1011001011110010001001001101010000001101010000010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CBC44; }

 p { color: rgb(44,188,68); }

 H1.HeaderClassName
 {
   color: #2CBC44;
 }
 .AnyTagClassName
 {
   color: #2CBC44;
 }
</style>
background-color css

<style>
 a { background-color: #2CBC44; }

 a { background-color: rgb(44,188,68); }

 div.DivClassName
 {
   background-color: #2CBC44;
 }
 .BgClassName
 {
   background-color: #2CBC44;
 }
</style>
border-color css

<style>
 span { border-color: #2CBC44; }

 span { border-color: rgb(44,188,68); }

 td.TdClassName
 {
   border-color: #2CBC44;
 }
 .TagClassName
 {
   border-color: #2CBC44;
 }
</style>