#2CDD38

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

Shades of Lime Green #2CDD38

Tints of Lime Green #2CDD38

Color information

#2CDD38 (or 0x2CDD38) is unknown color: approx Lime Green. HEX triplet: 2C, DD and 38. RGB value is (44,221,56). Sum of RGB (Red+Green+Blue) = 44+221+56=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 221 (86.72% from 255 or 68.85% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDD38 is #D322C7. Grayscale: #959595. Windows color (decimal): -13837000 or 3726636. OLE color: 3726636.

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

Color convert

RGB4422156-
CMYK0.8000.750.13
HSL124.07º72.24%51.96%-
HSV(B)124.07º80.09%86.67%-
XYZ27.6152.5312.43-
YUV149.2775.3652.92-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.71%
GREEN value IS 221 (86.72% from 255) = 68.85%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=13.71%
G=68.85%
B=17.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal44221560.8000.750.13124.0772.2451.96
Hex2CDD385004BD7c4834
Octal543357012001131517411064
Binary10110011011101111000101000001001011110111111001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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