#4BFA39

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

Shades of Lime Green #4BFA39

Tints of Lime Green #4BFA39

Color information

#4BFA39 (or 0x4BFA39) is unknown color: approx Lime Green. HEX triplet: 4B, FA and 39. RGB value is (75,250,57). Sum of RGB (Red+Green+Blue) = 75+250+57=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 250 (98.05% from 255 or 65.45% from 382); Blue value is 57 (22.66% from 255 or 14.92% from 382); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFA39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFA39 is #B405C6. Grayscale: #B0B0B0. Windows color (decimal): -11797959 or 3799627. OLE color: 3799627.

HSL color Cylindrical-coordinate representation of color #4BFA39: hue angle of 114.4º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4BFA39 is Cyan = 0.7, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB7525057-
CMYK0.700.770.02
HSL114.4º95.07%60.2%-
HSV(B)114.4º77.2%98.04%-
XYZ37.8370.1615.42-
YUV175.6761.0256.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.63%
GREEN value IS 250 (98.05% from 255) = 65.45%
BLUE value IS 57 (22.66% from 255) = 14.92%
R=19.63%
G=65.45%
B=14.92%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal75250570.700.770.02114.495.0760.2
Hex4BFA394604D2725f3c
Octal113372711060115216213774
Binary1001011111110101110011000110010011011011100101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BFA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,250,57); }

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

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

 a { background-color: rgb(75,250,57); }

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

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

 span { border-color: rgb(75,250,57); }

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