#2CBB40

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

Shades of Lime Green #2CBB40

Tints of Lime Green #2CBB40

Color information

#2CBB40 (or 0x2CBB40) is unknown color: approx Lime Green. HEX triplet: 2C, BB and 40. RGB value is (44,187,64). Sum of RGB (Red+Green+Blue) = 44+187+64=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBB40 is #D344BF. Grayscale: #828282. Windows color (decimal): -13845696 or 4242220. OLE color: 4242220.

HSL color Cylindrical-coordinate representation of color #2CBB40: hue angle of 128.39º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBB40 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB4418764-
CMYK0.7600.660.27
HSL128.39º61.9%45.29%-
HSV(B)128.39º76.47%73.33%-
XYZ19.7336.4510.85-
YUV130.2290.6266.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.92%
GREEN value IS 187 (73.44% from 255) = 63.39%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=14.92%
G=63.39%
B=21.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal44187640.7600.660.27128.3961.945.29
Hex2CBB404C0421B803e2d
Octal542731001140102332007655
Binary1011001011101110000001001100010000101101110000000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,187,64); }

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

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

 a { background-color: rgb(44,187,64); }

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

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

 span { border-color: rgb(44,187,64); }

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