#4BF42E

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

Shades of Lime Green #4BF42E

Tints of Lime Green #4BF42E

Color information

#4BF42E (or 0x4BF42E) is unknown color: approx Lime Green. HEX triplet: 4B, F4 and 2E. RGB value is (75,244,46). Sum of RGB (Red+Green+Blue) = 75+244+46=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 244 (95.70% from 255 or 66.85% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 244 - color contains mainly: green. Hex color #4BF42E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF42E is #B40BD1. Grayscale: #ABABAB. Windows color (decimal): -11799506 or 3077195. OLE color: 3077195.

HSL color Cylindrical-coordinate representation of color #4BF42E: hue angle of 111.21º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4BF42E is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB7524446-
CMYK0.6900.810.04
HSL111.21º90%56.86%-
HSV(B)111.21º81.15%95.69%-
XYZ35.7566.3913.52-
YUV170.957.5159.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.55%
GREEN value IS 244 (95.70% from 255) = 66.85%
BLUE value IS 46 (18.36% from 255) = 12.60%
R=20.55%
G=66.85%
B=12.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal75244460.6900.810.04111.219056.86
Hex4BF42E4505146f5a39
Octal113364561050121415713271
Binary10010111111010010111010001010101000110011011111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,244,46); }

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

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

 a { background-color: rgb(75,244,46); }

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

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

 span { border-color: rgb(75,244,46); }

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