#2CEF42

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

Shades of Lime Green #2CEF42

Tints of Lime Green #2CEF42

Color information

#2CEF42 (or 0x2CEF42) is unknown color: approx Lime Green. HEX triplet: 2C, EF and 42. RGB value is (44,239,66). Sum of RGB (Red+Green+Blue) = 44+239+66=349 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.61% from 349); Green value is 239 (93.75% from 255 or 68.48% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEF42 is #D310BD. Grayscale: #A1A1A1. Windows color (decimal): -13832382 or 4386604. OLE color: 4386604.

HSL color Cylindrical-coordinate representation of color #2CEF42: hue angle of 126.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEF42 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB4423966-
CMYK0.8200.720.06
HSL126.77º85.9%55.49%-
HSV(B)126.77º81.59%93.73%-
XYZ32.8962.6615.52-
YUV160.9774.444.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.61%
GREEN value IS 239 (93.75% from 255) = 68.48%
BLUE value IS 66 (26.17% from 255) = 18.91%
R=12.61%
G=68.48%
B=18.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal44239660.8200.720.06126.7785.955.49
Hex2CEF425204867f5637
Octal543571021220110617712667
Binary10110011101111100001010100100100100011011111111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CEF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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