#4FE532

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

Shades of Lime Green #4FE532

Tints of Lime Green #4FE532

Color information

#4FE532 (or 0x4FE532) is unknown color: approx Lime Green. HEX triplet: 4F, E5 and 32. RGB value is (79,229,50). Sum of RGB (Red+Green+Blue) = 79+229+50=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 229 (89.84% from 255 or 63.97% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 229 - color contains mainly: green. Hex color #4FE532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE532 is #B01ACD. Grayscale: #A4A4A4. Windows color (decimal): -11541198 or 3335503. OLE color: 3335503.

HSL color Cylindrical-coordinate representation of color #4FE532: hue angle of 110.28º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4FE532 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB7922950-
CMYK0.6600.780.10
HSL110.28º77.49%54.71%-
HSV(B)110.28º78.17%89.8%-
XYZ31.8257.9312.52-
YUV163.7463.8167.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.07%
GREEN value IS 229 (89.84% from 255) = 63.97%
BLUE value IS 50 (19.92% from 255) = 13.97%
R=22.07%
G=63.97%
B=13.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal79229500.6600.780.10110.2877.4954.71
Hex4FE5324204EA6e4d37
Octal1173456210201161215611567
Binary100111111100101110010100001001001110101011011101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FE532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,229,50); }

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

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

 a { background-color: rgb(79,229,50); }

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

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

 span { border-color: rgb(79,229,50); }

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