#53F531

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

Shades of Lime Green #53F531

Tints of Lime Green #53F531

Color information

#53F531 (or 0x53F531) is unknown color: approx Lime Green. HEX triplet: 53, F5 and 31. RGB value is (83,245,49). Sum of RGB (Red+Green+Blue) = 83+245+49=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 245 (96.09% from 255 or 64.99% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 245 - color contains mainly: green. Hex color #53F531 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F531 is #AC0ACE. Grayscale: #AEAEAE. Windows color (decimal): -11274959 or 3274067. OLE color: 3274067.

HSL color Cylindrical-coordinate representation of color #53F531: hue angle of 109.59º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53F531 is Cyan = 0.66, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB8324549-
CMYK0.6600.80.04
HSL109.59º90.74%57.65%-
HSV(B)109.59º80%96.08%-
XYZ36.7767.3713.97-
YUV174.2257.3362.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 245 (96.09% from 255) = 64.99%
BLUE value IS 49 (19.53% from 255) = 13.00%
R=22.02%
G=64.99%
B=13.00%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal83245490.6600.80.04109.5990.7457.65
Hex53F5314205046e5b3a
Octal123365611020120415613372
Binary10100111111010111000110000100101000010011011101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53F531; }

 p { color: rgb(83,245,49); }

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

<style>
 a { background-color: #53F531; }

 a { background-color: rgb(83,245,49); }

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

<style>
 span { border-color: #53F531; }

 span { border-color: rgb(83,245,49); }

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