#53DA33

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

Shades of Lime Green #53DA33

Tints of Lime Green #53DA33

Color information

#53DA33 (or 0x53DA33) is unknown color: approx Lime Green. HEX triplet: 53, DA and 33. RGB value is (83,218,51). Sum of RGB (Red+Green+Blue) = 83+218+51=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 218 (85.55% from 255 or 61.93% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 218 - color contains mainly: green. Hex color #53DA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DA33 is #AC25CC. Grayscale: #9F9F9F. Windows color (decimal): -11281869 or 3398227. OLE color: 3398227.

HSL color Cylindrical-coordinate representation of color #53DA33: hue angle of 108.5º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53DA33 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB8321851-
CMYK0.6200.770.15
HSL108.5º69.29%52.75%-
HSV(B)108.5º76.61%85.49%-
XYZ29.2452.2211.67-
YUV158.667.2774.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 218 (85.55% from 255) = 61.93%
BLUE value IS 51 (20.31% from 255) = 14.49%
R=23.58%
G=61.93%
B=14.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal83218510.6200.770.15108.569.2952.75
Hex53DA333E04DF6d4535
Octal123332637601151715510565
Binary10100111101101011001111111001001101111111011011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,218,51); }

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

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

 a { background-color: rgb(83,218,51); }

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

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

 span { border-color: rgb(83,218,51); }

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