#2CEA3B

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

Shades of Lime Green #2CEA3B

Tints of Lime Green #2CEA3B

Color information

#2CEA3B (or 0x2CEA3B) is unknown color: approx Lime Green. HEX triplet: 2C, EA and 3B. RGB value is (44,234,59). Sum of RGB (Red+Green+Blue) = 44+234+59=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 234 (91.80% from 255 or 69.44% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEA3B is #D315C4. Grayscale: #9D9D9D. Windows color (decimal): -13833669 or 3926572. OLE color: 3926572.

HSL color Cylindrical-coordinate representation of color #2CEA3B: hue angle of 124.74º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEA3B is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB4423459-
CMYK0.8100.750.08
HSL124.74º81.9%54.51%-
HSV(B)124.74º81.2%91.76%-
XYZ31.2559.714.01-
YUV157.2472.5547.23-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.06%
GREEN value IS 234 (91.80% from 255) = 69.44%
BLUE value IS 59 (23.44% from 255) = 17.51%
R=13.06%
G=69.44%
B=17.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal44234590.8100.750.08124.7481.954.51
Hex2CEA3B5104B87d5237
Octal543527312101131017512267
Binary10110011101010111011101000101001011100011111011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CEA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,234,59); }

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

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

 a { background-color: rgb(44,234,59); }

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

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

 span { border-color: rgb(44,234,59); }

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