#2CCA3C

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

Shades of Lime Green #2CCA3C

Tints of Lime Green #2CCA3C

Color information

#2CCA3C (or 0x2CCA3C) is unknown color: approx Lime Green. HEX triplet: 2C, CA and 3C. RGB value is (44,202,60). Sum of RGB (Red+Green+Blue) = 44+202+60=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 202 (79.30% from 255 or 66.01% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCA3C is #D335C3. Grayscale: #8A8A8A. Windows color (decimal): -13841860 or 3983916. OLE color: 3983916.

HSL color Cylindrical-coordinate representation of color #2CCA3C: hue angle of 126.08º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCA3C is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB4420260-
CMYK0.7800.700.21
HSL126.08º64.23%48.24%-
HSV(B)126.08º78.22%79.22%-
XYZ22.9743.111.38-
YUV138.5783.6560.55-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.38%
GREEN value IS 202 (79.30% from 255) = 66.01%
BLUE value IS 60 (23.83% from 255) = 19.61%
R=14.38%
G=66.01%
B=19.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal44202600.7800.700.21126.0864.2348.24
Hex2CCA3C4E046157e4030
Octal543127411601062517610060
Binary101100110010101111001001110010001101010111111101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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