#4FED35

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

Shades of Lime Green #4FED35

Tints of Lime Green #4FED35

Color information

#4FED35 (or 0x4FED35) is unknown color: approx Lime Green. HEX triplet: 4F, ED and 35. RGB value is (79,237,53). Sum of RGB (Red+Green+Blue) = 79+237+53=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 237 (92.97% from 255 or 64.23% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 237 - color contains mainly: green. Hex color #4FED35 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FED35 is #B012CA. Grayscale: #A9A9A9. Windows color (decimal): -11539147 or 3534159. OLE color: 3534159.

HSL color Cylindrical-coordinate representation of color #4FED35: hue angle of 111.52º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4FED35 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB7923753-
CMYK0.6700.780.07
HSL111.52º83.64%56.86%-
HSV(B)111.52º77.64%92.94%-
XYZ34.1562.4913.63-
YUV168.7862.6563.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.41%
GREEN value IS 237 (92.97% from 255) = 64.23%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=21.41%
G=64.23%
B=14.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal79237530.6700.780.07111.5283.6456.86
Hex4FED354304E7705439
Octal117355651030116716012471
Binary10011111110110111010110000110100111011111100001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FED35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,237,53); }

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

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

 a { background-color: rgb(79,237,53); }

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

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

 span { border-color: rgb(79,237,53); }

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