#2CDE3E

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

Shades of Lime Green #2CDE3E

Tints of Lime Green #2CDE3E

Color information

#2CDE3E (or 0x2CDE3E) is unknown color: approx Lime Green. HEX triplet: 2C, DE and 3E. RGB value is (44,222,62). Sum of RGB (Red+Green+Blue) = 44+222+62=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 222 (87.11% from 255 or 67.68% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDE3E is #D321C1. Grayscale: #969696. Windows color (decimal): -13836738 or 4120108. OLE color: 4120108.

HSL color Cylindrical-coordinate representation of color #2CDE3E: hue angle of 126.07º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDE3E is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB4422262-
CMYK0.8000.720.13
HSL126.07º72.95%52.16%-
HSV(B)126.07º80.18%87.06%-
XYZ28.0353.1313.33-
YUV150.5478.0352.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.41%
GREEN value IS 222 (87.11% from 255) = 67.68%
BLUE value IS 62 (24.61% from 255) = 18.90%
R=13.41%
G=67.68%
B=18.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal44222620.8000.720.13126.0772.9552.16
Hex2CDE3E50048D7e4934
Octal543367612001101517611164
Binary10110011011110111110101000001001000110111111101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,222,62); }

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

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

 a { background-color: rgb(44,222,62); }

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

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

 span { border-color: rgb(44,222,62); }

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