#2CAB33

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

Shades of Lime Green #2CAB33

Tints of Lime Green #2CAB33

Color information

#2CAB33 (or 0x2CAB33) is unknown color: approx Lime Green. HEX triplet: 2C, AB and 33. RGB value is (44,171,51). Sum of RGB (Red+Green+Blue) = 44+171+51=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 171 (67.19% from 255 or 64.29% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAB33 is #D354CC. Grayscale: #777777. Windows color (decimal): -13849805 or 3386156. OLE color: 3386156.

HSL color Cylindrical-coordinate representation of color #2CAB33: hue angle of 123.31º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAB33 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB4417151-
CMYK0.7400.700.33
HSL123.31º59.07%42.16%-
HSV(B)123.31º74.27%67.06%-
XYZ16.229.98.05-
YUV119.3589.4274.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.54%
GREEN value IS 171 (67.19% from 255) = 64.29%
BLUE value IS 51 (20.31% from 255) = 19.17%
R=16.54%
G=64.29%
B=19.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44171510.7400.700.33123.3159.0742.16
Hex2CAB334A046217b3b2a
Octal54253631120106411737352
Binary101100101010111100111001010010001101000011111011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,171,51); }

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

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

 a { background-color: rgb(44,171,51); }

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

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

 span { border-color: rgb(44,171,51); }

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