Html Css Color HEX #53E132 Lime Green

📋 copy color: '#53E132'

red 83 ◦ green 225 ◦ blue 50

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

Shades of Lime Green #53E132

Tints of Lime Green #53E132

RGB

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

 GREEN value IS 225 (88.28% from 255) = 62.85%

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

R = 23.18%
G = 62.85%
B = 13.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#53E132 (or 0x53E132) is known color: Lime Green. HEX triplet: 53, E1 and 32. RGB value is (83,225,50). Sum of RGB (Red+Green+Blue) = 83+225+50=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 225 (88.28% from 255 or 62.85% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 225 - color contains mainly: green. Hex color #53E132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53E132 is #AC1ECD. Grayscale: #A3A3A3. Windows color (decimal): -11280078 or 3334483. OLE color: 3334483.

HSL color Cylindrical-coordinate representation of color #53E132: hue angle of 108.69º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53E132 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 225 50 -
CMYK 0.63 0 0.78 0.12
HSL 108.69º 0.74% 0.54% -
HSV(B) 108.69º 0.78% 0.88% -
XYZ 31.07 55.92 12.17 -
YUV 162.59 64.46 71.23 -
System Red Green Blue C M Y K H S L
Decimal 83 225 50 0.63 0 0.78 0.12 108.69 0.74 0.54
Hex 53 E1 32 3F 0 4E C 6D 4A 36
Octal 123 341 62 77 0 116 14 155 112 66
Binary 1010011 11100001 110010 111111 0 1001110 1100 1101101 1001010 110110

Color Harmonies of #53E132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E132

Black with #53E132

Text Example


Text Example

White with #53E132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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