#2cef2e

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

Shades of Lime Green #2CEF2E

Tints of Lime Green #2CEF2E

Color information

#2CEF2E (or 0x2CEF2E) is unknown color: approx Lime Green. HEX triplet: 2C, EF and 2E. RGB value is (44,239,46). Sum of RGB (Red+Green+Blue) = 44+239+46=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 239 (93.75% from 255 or 72.64% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEF2E is #D310D1. Grayscale: #9F9F9F. Windows color (decimal): -13832402 or 3075884. OLE color: 3075884.

HSL color Cylindrical-coordinate representation of color #2CEF2E: hue angle of 120.62º 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 #2CEF2E is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB4423946-
CMYK0.8200.810.06
HSL120.62º85.9%55.49%-
HSV(B)120.62º81.59%93.73%-
XYZ32.462.4712.93-
YUV158.6964.446.19-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.37%
GREEN value IS 239 (93.75% from 255) = 72.64%
BLUE value IS 46 (18.36% from 255) = 13.98%
R=13.37%
G=72.64%
B=13.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal44239460.8200.810.06120.6285.955.49
Hex2CEF2E520516795637
Octal54357561220121617112667
Binary1011001110111110111010100100101000111011110011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cef2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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