Html Css Color HEX #53D034 Lime Green

📋 copy color: '#53D034'

red 83 ◦ green 208 ◦ blue 52

#53D034
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #53D034

Tints of Lime Green #53D034

RGB

 RED value IS 83 (32.81% from 255) = 24.2%

 GREEN value IS 208 (81.64% from 255) = 60.64%

 BLUE value IS 52 (20.7% from 255) = 15.16%

R = 24.2%
G = 60.64%
B = 15.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#53D034 (or 0x53D034) is known color: 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

RGB 83 208 52 -
CMYK 0.60 0 0.75 0.18
HSL 108.08º 0.62% 0.51% -
HSV(B) 108.08º 0.75% 0.82% -
XYZ 26.74 47.2 10.95 -
YUV 152.84 71.09 78.18 -
System Red Green Blue C M Y K H S L
Decimal 83 208 52 0.60 0 0.75 0.18 108.08 0.62 0.51
Hex 53 D0 34 3C 0 4B 12 6C 3E 33
Octal 123 320 64 74 0 113 22 154 76 63
Binary 1010011 11010000 110100 111100 0 1001011 10010 1101100 111110 110011

Color Harmonies of #53D034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D034

Black with #53D034

Text Example


Text Example

White with #53D034

Text Example


Text Example

HTML Codes & Css Web 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>