#2CC249

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

Shades of Lime Green #2CC249

Tints of Lime Green #2CC249

Color information

#2CC249 (or 0x2CC249) is unknown color: approx Lime Green. HEX triplet: 2C, C2 and 49. RGB value is (44,194,73). Sum of RGB (Red+Green+Blue) = 44+194+73=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC249 is #D33DB6. Grayscale: #878787. Windows color (decimal): -13843895 or 4833836. OLE color: 4833836.

HSL color Cylindrical-coordinate representation of color #2CC249: hue angle of 131.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC249 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB4419473-
CMYK0.7700.620.24
HSL131.6º63.03%46.67%-
HSV(B)131.6º77.32%76.08%-
XYZ21.5339.612.81-
YUV135.3692.862.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.15%
GREEN value IS 194 (76.17% from 255) = 62.38%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=14.15%
G=62.38%
B=23.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44194730.7700.620.24131.663.0346.67
Hex2CC2494D03E18843f2f
Octal54302111115076302047757
Binary101100110000101001001100110101111101100010000100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,194,73); }

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

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

 a { background-color: rgb(44,194,73); }

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

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

 span { border-color: rgb(44,194,73); }

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