#2CB120

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

Shades of Lime Green #2CB120

Tints of Lime Green #2CB120

Color information

#2CB120 (or 0x2CB120) is unknown color: approx Lime Green. HEX triplet: 2C, B1 and 20. RGB value is (44,177,32). Sum of RGB (Red+Green+Blue) = 44+177+32=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 177 (69.53% from 255 or 69.96% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB120 is #D34EDF. Grayscale: #797979. Windows color (decimal): -13848288 or 2142508. OLE color: 2142508.

HSL color Cylindrical-coordinate representation of color #2CB120: hue angle of 115.03º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CB120 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB4417732-
CMYK0.7500.820.31
HSL115.03º69.38%40.98%-
HSV(B)115.03º81.92%69.41%-
XYZ17.0232.086.66-
YUV120.777.9473.29-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.39%
GREEN value IS 177 (69.53% from 255) = 69.96%
BLUE value IS 32 (12.89% from 255) = 12.65%
R=17.39%
G=69.96%
B=12.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44177320.7500.820.31115.0369.3840.98
Hex2CB1204B0521F734529
Octal542614011301223716310551
Binary101100101100011000001001011010100101111111100111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,177,32); }

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

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

 a { background-color: rgb(44,177,32); }

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

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

 span { border-color: rgb(44,177,32); }

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