#2CCD44

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

Shades of Lime Green #2CCD44

Tints of Lime Green #2CCD44

Color information

#2CCD44 (or 0x2CCD44) is unknown color: approx Lime Green. HEX triplet: 2C, CD and 44. RGB value is (44,205,68). Sum of RGB (Red+Green+Blue) = 44+205+68=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 205 (80.47% from 255 or 64.67% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCD44 is #D332BB. Grayscale: #8D8D8D. Windows color (decimal): -13841084 or 4508972. OLE color: 4508972.

HSL color Cylindrical-coordinate representation of color #2CCD44: hue angle of 128.94º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCD44 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB4420568-
CMYK0.7900.670.20
HSL128.94º64.66%48.82%-
HSV(B)128.94º78.54%80.39%-
XYZ23.9144.6212.82-
YUV141.2486.6658.64-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.88%
GREEN value IS 205 (80.47% from 255) = 64.67%
BLUE value IS 68 (26.95% from 255) = 21.45%
R=13.88%
G=64.67%
B=21.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal44205680.7900.670.20128.9464.6648.82
Hex2CCD444F04314814131
Octal5431510411701032420110161
Binary10110011001101100010010011110100001110100100000011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,205,68); }

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

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

 a { background-color: rgb(44,205,68); }

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

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

 span { border-color: rgb(44,205,68); }

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