#53D034

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

Shades of Lime Green #53D034

Tints of Lime Green #53D034

Color information

#53D034 (or 0x53D034) is unknown color: approx Lime Green. HEX triplet: 53, D0 and 34. RGB value is (83,208,52). Sum of RGB (Red+Green+Blue) = 83+208+52=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 208 (81.64% from 255 or 60.64% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 208 - color contains mainly: green. Hex color #53D034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D034 is #AC2FCB. Grayscale: #999999. Windows color (decimal): -11284428 or 3461203. OLE color: 3461203.

HSL color Cylindrical-coordinate representation of color #53D034: hue angle of 108.08º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53D034 is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB8320852-
CMYK0.6000.750.18
HSL108.08º62.4%50.98%-
HSV(B)108.08º75%81.57%-
XYZ26.7447.210.95-
YUV152.8471.0978.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 208 (81.64% from 255) = 60.64%
BLUE value IS 52 (20.70% from 255) = 15.16%
R=24.20%
G=60.64%
B=15.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal83208520.6000.750.18108.0862.450.98
Hex53D0343C04B126c3e33
Octal12332064740113221547663
Binary10100111101000011010011110001001011100101101100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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