#2CD428

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

Shades of Lime Green #2CD428

Tints of Lime Green #2CD428

Color information

#2CD428 (or 0x2CD428) is unknown color: approx Lime Green. HEX triplet: 2C, D4 and 28. RGB value is (44,212,40). Sum of RGB (Red+Green+Blue) = 44+212+40=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 212 (83.20% from 255 or 71.62% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 212 - color contains mainly: green. Hex color #2CD428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD428 is #D32BD7. Grayscale: #8E8E8E. Windows color (decimal): -13839320 or 2675756. OLE color: 2675756.

HSL color Cylindrical-coordinate representation of color #2CD428: hue angle of 118.6º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CD428 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB4421240-
CMYK0.7900.810.17
HSL118.6º68.25%49.41%-
HSV(B)118.6º81.13%83.14%-
XYZ24.9747.789.91-
YUV142.1670.3457.99-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.86%
GREEN value IS 212 (83.20% from 255) = 71.62%
BLUE value IS 40 (16.02% from 255) = 13.51%
R=14.86%
G=71.62%
B=13.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal44212400.7900.810.17118.668.2549.41
Hex2CD4284F05111774431
Octal543245011701212116710461
Binary101100110101001010001001111010100011000111101111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,212,40); }

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

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

 a { background-color: rgb(44,212,40); }

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

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

 span { border-color: rgb(44,212,40); }

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