#2ccd28

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

Shades of Lime Green #2CCD28

Tints of Lime Green #2CCD28

Color information

#2CCD28 (or 0x2CCD28) is unknown color: approx Lime Green. HEX triplet: 2C, CD and 28. RGB value is (44,205,40). Sum of RGB (Red+Green+Blue) = 44+205+40=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 205 (80.47% from 255 or 70.93% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCD28 is #D332D7. Grayscale: #8A8A8A. Windows color (decimal): -13841112 or 2673964. OLE color: 2673964.

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

Color convert

RGB4420540-
CMYK0.7900.800.20
HSL118.55º67.35%48.04%-
HSV(B)118.55º80.49%80.39%-
XYZ23.2544.359.34-
YUV138.0572.6660.92-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.22%
GREEN value IS 205 (80.47% from 255) = 70.93%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=15.22%
G=70.93%
B=13.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal44205400.7900.800.20118.5567.3548.04
Hex2CCD284F05014774330
Octal543155011701202416710360
Binary101100110011011010001001111010100001010011101111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ccd28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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