#2cd00e

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

Shades of Lime Green #2CD00E

Tints of Lime Green #2CD00E

Color information

#2CD00E (or 0x2CD00E) is unknown color: approx Lime Green. HEX triplet: 2C, D0 and 0E. RGB value is (44,208,14). Sum of RGB (Red+Green+Blue) = 44+208+14=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 208 (81.64% from 255 or 78.20% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 208 - color contains mainly: green. Hex color #2CD00E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD00E is #D32FF1. Grayscale: #898989. Windows color (decimal): -13840370 or 970796. OLE color: 970796.

HSL color Cylindrical-coordinate representation of color #2CD00E: hue angle of 110.72º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CD00E is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB4420814-
CMYK0.7900.930.18
HSL110.72º87.39%43.53%-
HSV(B)110.72º93.27%81.57%-
XYZ23.6745.687.98-
YUV136.8558.6761.77-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.54%
GREEN value IS 208 (81.64% from 255) = 78.20%
BLUE value IS 14 (5.86% from 255) = 5.26%
R=16.54%
G=78.20%
B=5.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal44208140.7900.930.18110.7287.3943.53
Hex2CD0E4F05D126f572c
Octal543201611701352215712754
Binary1011001101000011101001111010111011001011011111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cd00e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,208,14); }

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

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

 a { background-color: rgb(44,208,14); }

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

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

 span { border-color: rgb(44,208,14); }

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