#4BF12E

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

Shades of Lime Green #4BF12E

Tints of Lime Green #4BF12E

Color information

#4BF12E (or 0x4BF12E) is unknown color: approx Lime Green. HEX triplet: 4B, F1 and 2E. RGB value is (75,241,46). Sum of RGB (Red+Green+Blue) = 75+241+46=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 241 (94.53% from 255 or 66.57% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 241 - color contains mainly: green. Hex color #4BF12E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF12E is #B40ED1. Grayscale: #A9A9A9. Windows color (decimal): -11800274 or 3076427. OLE color: 3076427.

HSL color Cylindrical-coordinate representation of color #4BF12E: hue angle of 111.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4BF12E is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB7524146-
CMYK0.6900.810.05
HSL111.08º87.44%56.27%-
HSV(B)111.08º80.91%94.51%-
XYZ34.8564.613.22-
YUV169.1458.560.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.72%
GREEN value IS 241 (94.53% from 255) = 66.57%
BLUE value IS 46 (18.36% from 255) = 12.71%
R=20.72%
G=66.57%
B=12.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal75241460.6900.810.05111.0887.4456.27
Hex4BF12E4505156f5738
Octal113361561050121515712770
Binary10010111111000110111010001010101000110111011111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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