#2cc04a

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

Shades of Lime Green #2CC04A

Tints of Lime Green #2CC04A

Color information

#2CC04A (or 0x2CC04A) is unknown color: approx Lime Green. HEX triplet: 2C, C0 and 4A. RGB value is (44,192,74). Sum of RGB (Red+Green+Blue) = 44+192+74=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC04A is #D33FB5. Grayscale: #868686. Windows color (decimal): -13844406 or 4898860. OLE color: 4898860.

HSL color Cylindrical-coordinate representation of color #2CC04A: hue angle of 132.16º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC04A is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB4419274-
CMYK0.7700.610.25
HSL132.16º62.71%46.27%-
HSV(B)132.16º77.08%75.29%-
XYZ21.1238.7312.84-
YUV134.393.9763.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.19%
GREEN value IS 192 (75.39% from 255) = 61.94%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=14.19%
G=61.94%
B=23.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44192740.7700.610.25132.1662.7146.27
Hex2CC04A4D03D19843f2e
Octal54300112115075312047756
Binary101100110000001001010100110101111011100110000100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cc04a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,192,74); }

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

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

 a { background-color: rgb(44,192,74); }

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

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

 span { border-color: rgb(44,192,74); }

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