#2BCA4B

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

Shades of Lime Green #2BCA4B

Tints of Lime Green #2BCA4B

Color information

#2BCA4B (or 0x2BCA4B) is unknown color: approx Lime Green. HEX triplet: 2B, CA and 4B. RGB value is (43,202,75). Sum of RGB (Red+Green+Blue) = 43+202+75=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 202 (79.30% from 255 or 63.12% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCA4B is #D435B4. Grayscale: #8C8C8C. Windows color (decimal): -13907381 or 4966955. OLE color: 4966955.

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

Color convert

RGB4320275-
CMYK0.7900.630.21
HSL132.08º64.9%48.04%-
HSV(B)132.08º78.71%79.22%-
XYZ23.3943.2613.77-
YUV139.9891.3258.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.44%
GREEN value IS 202 (79.30% from 255) = 63.12%
BLUE value IS 75 (29.69% from 255) = 23.44%
R=13.44%
G=63.12%
B=23.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal43202750.7900.630.21132.0864.948.04
Hex2BCA4B4F03F15844130
Octal533121131170772520410160
Binary1010111100101010010111001111011111110101100001001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,202,75); }

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

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

 a { background-color: rgb(43,202,75); }

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

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

 span { border-color: rgb(43,202,75); }

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