#2CCA28

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

Shades of Lime Green #2CCA28

Tints of Lime Green #2CCA28

Color information

#2CCA28 (or 0x2CCA28) is unknown color: approx Lime Green. HEX triplet: 2C, CA and 28. RGB value is (44,202,40). Sum of RGB (Red+Green+Blue) = 44+202+40=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 202 (79.30% from 255 or 70.63% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCA28 is #D335D7. Grayscale: #888888. Windows color (decimal): -13841880 or 2673196. OLE color: 2673196.

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

Color convert

RGB4420240-
CMYK0.7800.800.21
HSL118.52º66.94%47.45%-
HSV(B)118.52º80.2%79.22%-
XYZ22.5442.939.11-
YUV136.2973.6562.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.38%
GREEN value IS 202 (79.30% from 255) = 70.63%
BLUE value IS 40 (16.02% from 255) = 13.99%
R=15.38%
G=70.63%
B=13.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal44202400.7800.800.21118.5266.9447.45
Hex2CCA284E0501577432f
Octal543125011601202516710357
Binary101100110010101010001001110010100001010111101111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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