Html Css Color HEX #53D94F Lime Green

📋 copy color: '#53D94F'

red 83 ◦ green 217 ◦ blue 79

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

Shades of Lime Green #53D94F

Tints of Lime Green #53D94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.84%

R = 21.9%
G = 57.26%
B = 20.84%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#53D94F (or 0x53D94F) is known color: Lime Green. HEX triplet: 53, D9 and 4F. RGB value is (83,217,79). Sum of RGB (Red+Green+Blue) = 83+217+79=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #53D94F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D94F is #AC26B0. Grayscale: #A1A1A1. Windows color (decimal): -11282097 or 5232979. OLE color: 5232979.

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

Color convert

RGB 83 217 79 -
CMYK 0.62 0 0.64 0.15
HSL 118.26º 0.64% 0.58% -
HSV(B) 118.26º 0.64% 0.85% -
XYZ 29.79 52.03 15.87 -
YUV 161.2 81.61 72.22 -
System Red Green Blue C M Y K H S L
Decimal 83 217 79 0.62 0 0.64 0.15 118.26 0.64 0.58
Hex 53 D9 4F 3E 0 40 F 76 40 3A
Octal 123 331 117 76 0 100 17 166 100 72
Binary 1010011 11011001 1001111 111110 0 1000000 1111 1110110 1000000 111010

Color Harmonies of #53D94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D94F

Black with #53D94F

Text Example


Text Example

White with #53D94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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