#2BC84A

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

Shades of Lime Green #2BC84A

Tints of Lime Green #2BC84A

Color information

#2BC84A (or 0x2BC84A) is unknown color: approx Lime Green. HEX triplet: 2B, C8 and 4A. RGB value is (43,200,74). Sum of RGB (Red+Green+Blue) = 43+200+74=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 200 (78.52% from 255 or 63.09% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 200 - color contains mainly: green. Hex color #2BC84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC84A is #D437B5. Grayscale: #8B8B8B. Windows color (decimal): -13907894 or 4900907. OLE color: 4900907.

HSL color Cylindrical-coordinate representation of color #2BC84A: hue angle of 131.85º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BC84A is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB4320074-
CMYK0.7800.630.22
HSL131.85º64.61%47.65%-
HSV(B)131.85º78.5%78.43%-
XYZ22.8942.3213.44-
YUV138.6991.4959.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.56%
GREEN value IS 200 (78.52% from 255) = 63.09%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=13.56%
G=63.09%
B=23.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal43200740.7800.630.22131.8564.6147.65
Hex2BC84A4E03F16844130
Octal533101121160772620410160
Binary1010111100100010010101001110011111110110100001001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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