#2CC242

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

Shades of Lime Green #2CC242

Tints of Lime Green #2CC242

Color information

#2CC242 (or 0x2CC242) is unknown color: approx Lime Green. HEX triplet: 2C, C2 and 42. RGB value is (44,194,66). Sum of RGB (Red+Green+Blue) = 44+194+66=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 194 (76.17% from 255 or 63.82% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC242 is #D33DBD. Grayscale: #868686. Windows color (decimal): -13843902 or 4375084. OLE color: 4375084.

HSL color Cylindrical-coordinate representation of color #2CC242: hue angle of 128.8º 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 #2CC242 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB4419466-
CMYK0.7700.660.24
HSL128.8º63.03%46.67%-
HSV(B)128.8º77.32%76.08%-
XYZ21.3139.5111.66-
YUV134.5689.363.41-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.47%
GREEN value IS 194 (76.17% from 255) = 63.82%
BLUE value IS 66 (26.17% from 255) = 21.71%
R=14.47%
G=63.82%
B=21.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44194660.7700.660.24128.863.0346.67
Hex2CC2424D04218813f2f
Octal543021021150102302017757
Binary1011001100001010000101001101010000101100010000001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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