#2CC039

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

Shades of Lime Green #2CC039

Tints of Lime Green #2CC039

Color information

#2CC039 (or 0x2CC039) is unknown color: approx Lime Green. HEX triplet: 2C, C0 and 39. RGB value is (44,192,57). Sum of RGB (Red+Green+Blue) = 44+192+57=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC039 is #D33FC6. Grayscale: #848484. Windows color (decimal): -13844423 or 3784748. OLE color: 3784748.

HSL color Cylindrical-coordinate representation of color #2CC039: hue angle of 125.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC039 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB4419257-
CMYK0.7700.700.25
HSL125.27º62.71%46.27%-
HSV(B)125.27º77.08%75.29%-
XYZ20.6338.5310.22-
YUV132.3685.4764.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.02%
GREEN value IS 192 (75.39% from 255) = 65.53%
BLUE value IS 57 (22.66% from 255) = 19.45%
R=15.02%
G=65.53%
B=19.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44192570.7700.700.25125.2762.7146.27
Hex2CC0394D046197d3f2e
Octal54300711150106311757756
Binary10110011000000111001100110101000110110011111101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,192,57); }

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

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

 a { background-color: rgb(44,192,57); }

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

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

 span { border-color: rgb(44,192,57); }

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