#2CDD46

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

Shades of Lime Green #2CDD46

Tints of Lime Green #2CDD46

Color information

#2CDD46 (or 0x2CDD46) is unknown color: approx Lime Green. HEX triplet: 2C, DD and 46. RGB value is (44,221,70). Sum of RGB (Red+Green+Blue) = 44+221+70=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 221 (86.72% from 255 or 65.97% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDD46 is #D322B9. Grayscale: #979797. Windows color (decimal): -13836986 or 4644140. OLE color: 4644140.

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

Color convert

RGB4422170-
CMYK0.8000.680.13
HSL128.81º72.24%51.96%-
HSV(B)128.81º80.09%86.67%-
XYZ2852.6914.49-
YUV150.8682.3651.78-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.13%
GREEN value IS 221 (86.72% from 255) = 65.97%
BLUE value IS 70 (27.73% from 255) = 20.90%
R=13.13%
G=65.97%
B=20.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal44221700.8000.680.13128.8172.2451.96
Hex2CDD4650044D814834
Octal5433510612001041520111064
Binary1011001101110110001101010000010001001101100000011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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