#2CCA51

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

Shades of Lime Green #2CCA51

Tints of Lime Green #2CCA51

Color information

#2CCA51 (or 0x2CCA51) is unknown color: approx Lime Green. HEX triplet: 2C, CA and 51. RGB value is (44,202,81). Sum of RGB (Red+Green+Blue) = 44+202+81=327 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.46% from 327); Green value is 202 (79.30% from 255 or 61.77% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCA51 is #D335AE. Grayscale: #8D8D8D. Windows color (decimal): -13841839 or 5360172. OLE color: 5360172.

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

Color convert

RGB4420281-
CMYK0.7800.600.21
HSL134.05º64.23%48.24%-
HSV(B)134.05º78.22%79.22%-
XYZ23.6443.3714.91-
YUV140.9694.1558.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.46%
GREEN value IS 202 (79.30% from 255) = 61.77%
BLUE value IS 81 (32.03% from 255) = 24.77%
R=13.46%
G=61.77%
B=24.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal44202810.7800.600.21134.0564.2348.24
Hex2CCA514E03C15864030
Octal543121211160742520610060
Binary1011001100101010100011001110011110010101100001101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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