Html Css Color HEX #53D932 Lime Green

📋 copy color: '#53D932'

red 83 ◦ green 217 ◦ blue 50

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

Shades of Lime Green #53D932

Tints of Lime Green #53D932

RGB

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

 GREEN value IS 217 (85.16% from 255) = 62%

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 23.71%
G = 62%
B = 14.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#53D932 (or 0x53D932) is known color: Lime Green. HEX triplet: 53, D9 and 32. RGB value is (83,217,50). Sum of RGB (Red+Green+Blue) = 83+217+50=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 217 (85.16% from 255 or 62% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 217 - color contains mainly: green. Hex color #53D932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D932 is #AC26CD. Grayscale: #9E9E9E. Windows color (decimal): -11282126 or 3332435. OLE color: 3332435.

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

Color convert

RGB 83 217 50 -
CMYK 0.62 0 0.77 0.15
HSL 108.14º 0.69% 0.52% -
HSV(B) 108.14º 0.77% 0.85% -
XYZ 28.96 51.7 11.47 -
YUV 157.9 67.11 74.58 -
System Red Green Blue C M Y K H S L
Decimal 83 217 50 0.62 0 0.77 0.15 108.14 0.69 0.52
Hex 53 D9 32 3E 0 4D F 6C 45 34
Octal 123 331 62 76 0 115 17 154 105 64
Binary 1010011 11011001 110010 111110 0 1001101 1111 1101100 1000101 110100

Color Harmonies of #53D932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D932

Black with #53D932

Text Example


Text Example

White with #53D932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,217,50); }

 H1.HeaderClassName
 {
   color: #53D932;
 }
 .AnyTagClassName
 {
   color: #53D932;
 }
</style>

background-color css

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

 a { background-color: rgb(83,217,50); }

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

border-color css

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

 span { border-color: rgb(83,217,50); }

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