#4BCA46

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

Shades of Lime Green #4BCA46

Tints of Lime Green #4BCA46

Color information

#4BCA46 (or 0x4BCA46) is unknown color: approx Lime Green. HEX triplet: 4B, CA and 46. RGB value is (75,202,70). Sum of RGB (Red+Green+Blue) = 75+202+70=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 202 (79.30% from 255 or 58.21% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCA46 is #B435B9. Grayscale: #959595. Windows color (decimal): -11810234 or 4639307. OLE color: 4639307.

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

Color convert

RGB7520270-
CMYK0.6300.650.21
HSL117.73º55.46%53.33%-
HSV(B)117.73º65.35%79.22%-
XYZ25.1344.1813-
YUV148.9883.4275.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.61%
GREEN value IS 202 (79.30% from 255) = 58.21%
BLUE value IS 70 (27.73% from 255) = 20.17%
R=21.61%
G=58.21%
B=20.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal75202700.6300.650.21117.7355.4653.33
Hex4BCA463F04115763735
Octal113312106770101251666765
Binary100101111001010100011011111101000001101011110110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BCA46; }

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

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

<style>
 a { background-color: #4BCA46; }

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

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

<style>
 span { border-color: #4BCA46; }

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

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