#2CDD31

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

Shades of Lime Green #2CDD31

Tints of Lime Green #2CDD31

Color information

#2CDD31 (or 0x2CDD31) is unknown color: approx Lime Green. HEX triplet: 2C, DD and 31. RGB value is (44,221,49). Sum of RGB (Red+Green+Blue) = 44+221+49=314 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.01% from 314); Green value is 221 (86.72% from 255 or 70.38% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDD31 is #D322CE. Grayscale: #949494. Windows color (decimal): -13837007 or 3267884. OLE color: 3267884.

HSL color Cylindrical-coordinate representation of color #2CDD31: hue angle of 121.69º degrees, saturation: 0.72, 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 #2CDD31 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB4422149-
CMYK0.8000.780.13
HSL121.69º72.24%51.96%-
HSV(B)121.69º80.09%86.67%-
XYZ27.4552.4711.59-
YUV148.4771.8653.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.01%
GREEN value IS 221 (86.72% from 255) = 70.38%
BLUE value IS 49 (19.53% from 255) = 15.61%
R=14.01%
G=70.38%
B=15.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal44221490.8000.780.13121.6972.2451.96
Hex2CDD315004ED7a4834
Octal543356112001161517211064
Binary10110011011101110001101000001001110110111110101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDD31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,221,49); }

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

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

 a { background-color: rgb(44,221,49); }

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

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

 span { border-color: rgb(44,221,49); }

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