#53D03F

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

Shades of Lime Green #53D03F

Tints of Lime Green #53D03F

Color information

#53D03F (or 0x53D03F) is unknown color: approx Lime Green. HEX triplet: 53, D0 and 3F. RGB value is (83,208,63). Sum of RGB (Red+Green+Blue) = 83+208+63=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #53D03F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D03F is #AC2FC0. Grayscale: #9A9A9A. Windows color (decimal): -11284417 or 4182099. OLE color: 4182099.

HSL color Cylindrical-coordinate representation of color #53D03F: hue angle of 111.72º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53D03F is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB8320863-
CMYK0.6000.700.18
HSL111.72º60.67%53.14%-
HSV(B)111.72º69.71%81.57%-
XYZ27.0247.3112.41-
YUV154.0976.5977.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.45%
GREEN value IS 208 (81.64% from 255) = 58.76%
BLUE value IS 63 (25% from 255) = 17.80%
R=23.45%
G=58.76%
B=17.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal83208630.6000.700.18111.7260.6753.14
Hex53D03F3C04612703d35
Octal12332077740106221607565
Binary10100111101000011111111110001000110100101110000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,208,63); }

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

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

 a { background-color: rgb(83,208,63); }

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

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

 span { border-color: rgb(83,208,63); }

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