#2CB320

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

Shades of Lime Green #2CB320

Tints of Lime Green #2CB320

Color information

#2CB320 (or 0x2CB320) is unknown color: approx Lime Green. HEX triplet: 2C, B3 and 20. RGB value is (44,179,32). Sum of RGB (Red+Green+Blue) = 44+179+32=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 179 (70.31% from 255 or 70.20% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB320 is #D34CDF. Grayscale: #7A7A7A. Windows color (decimal): -13847776 or 2143020. OLE color: 2143020.

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

Color convert

RGB4417932-
CMYK0.7500.820.30
HSL115.1º69.67%41.37%-
HSV(B)115.1º82.12%70.2%-
XYZ17.4232.886.79-
YUV121.8877.2772.45-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.25%
GREEN value IS 179 (70.31% from 255) = 70.20%
BLUE value IS 32 (12.89% from 255) = 12.55%
R=17.25%
G=70.20%
B=12.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal44179320.7500.820.30115.169.6741.37
Hex2CB3204B0521E734629
Octal542634011301223616310651
Binary101100101100111000001001011010100101111011100111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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