#2CCA3E

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

Shades of Lime Green #2CCA3E

Tints of Lime Green #2CCA3E

Color information

#2CCA3E (or 0x2CCA3E) is unknown color: approx Lime Green. HEX triplet: 2C, CA and 3E. RGB value is (44,202,62). Sum of RGB (Red+Green+Blue) = 44+202+62=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 202 (79.30% from 255 or 65.58% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCA3E is #D335C1. Grayscale: #8B8B8B. Windows color (decimal): -13841858 or 4114988. OLE color: 4114988.

HSL color Cylindrical-coordinate representation of color #2CCA3E: hue angle of 126.84º 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 #2CCA3E is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB4420262-
CMYK0.7800.690.21
HSL126.84º64.23%48.24%-
HSV(B)126.84º78.22%79.22%-
XYZ23.0343.1211.67-
YUV138.884.6560.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.29%
GREEN value IS 202 (79.30% from 255) = 65.58%
BLUE value IS 62 (24.61% from 255) = 20.13%
R=14.29%
G=65.58%
B=20.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal44202620.7800.690.21126.8464.2348.24
Hex2CCA3E4E045157f4030
Octal543127611601052517710060
Binary101100110010101111101001110010001011010111111111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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