#2BC04A

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

Shades of Lime Green #2BC04A

Tints of Lime Green #2BC04A

Color information

#2BC04A (or 0x2BC04A) is unknown color: approx Lime Green. HEX triplet: 2B, C0 and 4A. RGB value is (43,192,74). Sum of RGB (Red+Green+Blue) = 43+192+74=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC04A is #D43FB5. Grayscale: #868686. Windows color (decimal): -13909942 or 4898859. OLE color: 4898859.

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

Color convert

RGB4319274-
CMYK0.7800.610.25
HSL132.48º63.4%46.08%-
HSV(B)132.48º77.6%75.29%-
XYZ21.0838.7112.84-
YUV13494.1463.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.92%
GREEN value IS 192 (75.39% from 255) = 62.14%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=13.92%
G=62.14%
B=23.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal43192740.7800.610.25132.4863.446.08
Hex2BC04A4E03D19843f2e
Octal53300112116075312047756
Binary101011110000001001010100111001111011100110000100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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