#2CCA30

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

Shades of Lime Green #2CCA30

Tints of Lime Green #2CCA30

Color information

#2CCA30 (or 0x2CCA30) is unknown color: approx Lime Green. HEX triplet: 2C, CA and 30. RGB value is (44,202,48). Sum of RGB (Red+Green+Blue) = 44+202+48=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 202 (79.30% from 255 or 68.71% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCA30 is #D335CF. Grayscale: #898989. Windows color (decimal): -13841872 or 3197484. OLE color: 3197484.

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

Color convert

RGB4420248-
CMYK0.7800.760.21
HSL121.52º64.23%48.24%-
HSV(B)121.52º78.22%79.22%-
XYZ22.6942.999.9-
YUV137.277.6561.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.97%
GREEN value IS 202 (79.30% from 255) = 68.71%
BLUE value IS 48 (19.14% from 255) = 16.33%
R=14.97%
G=68.71%
B=16.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal44202480.7800.760.21121.5264.2348.24
Hex2CCA304E04C157a4030
Octal543126011601142517210060
Binary101100110010101100001001110010011001010111110101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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