#4BE041

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

Shades of Lime Green #4BE041

Tints of Lime Green #4BE041

Color information

#4BE041 (or 0x4BE041) is unknown color: approx Lime Green. HEX triplet: 4B, E0 and 41. RGB value is (75,224,65). Sum of RGB (Red+Green+Blue) = 75+224+65=364 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.60% from 364); Green value is 224 (87.89% from 255 or 61.54% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE041 is #B41FBE. Grayscale: #A1A1A1. Windows color (decimal): -11804607 or 4317259. OLE color: 4317259.

HSL color Cylindrical-coordinate representation of color #4BE041: hue angle of 116.23º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BE041 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB7522465-
CMYK0.6700.710.12
HSL116.23º71.95%56.67%-
HSV(B)116.23º70.98%87.84%-
XYZ30.5155.1914.05-
YUV161.3273.6466.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.60%
GREEN value IS 224 (87.89% from 255) = 61.54%
BLUE value IS 65 (25.78% from 255) = 17.86%
R=20.60%
G=61.54%
B=17.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal75224650.6700.710.12116.2371.9556.67
Hex4BE04143047C744839
Octal11334010110301071416411071
Binary1001011111000001000001100001101000111110011101001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,224,65); }

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

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

 a { background-color: rgb(75,224,65); }

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

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

 span { border-color: rgb(75,224,65); }

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