Html Css Color HEX #53D64E Lime Green

📋 copy color: '#53D64E'

red 83 ◦ green 214 ◦ blue 78

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

Shades of Lime Green #53D64E

Tints of Lime Green #53D64E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.07%

 BLUE value IS 78 (30.86% from 255) = 20.8%

R = 22.13%
G = 57.07%
B = 20.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#53D64E (or 0x53D64E) is known color: Lime Green. HEX triplet: 53, D6 and 4E. RGB value is (83,214,78). Sum of RGB (Red+Green+Blue) = 83+214+78=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 214 (83.98% from 255 or 57.07% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 214 - color contains mainly: green. Hex color #53D64E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D64E is #AC29B1. Grayscale: #9F9F9F. Windows color (decimal): -11282866 or 5166675. OLE color: 5166675.

HSL color Cylindrical-coordinate representation of color #53D64E: hue angle of 117.79º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53D64E is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 214 78 -
CMYK 0.61 0 0.64 0.16
HSL 117.79º 0.62% 0.57% -
HSV(B) 117.79º 0.64% 0.84% -
XYZ 28.99 50.48 15.42 -
YUV 159.33 82.1 73.56 -
System Red Green Blue C M Y K H S L
Decimal 83 214 78 0.61 0 0.64 0.16 117.79 0.62 0.57
Hex 53 D6 4E 3D 0 40 10 76 3E 39
Octal 123 326 116 75 0 100 20 166 76 71
Binary 1010011 11010110 1001110 111101 0 1000000 10000 1110110 111110 111001

Color Harmonies of #53D64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D64E

Black with #53D64E

Text Example


Text Example

White with #53D64E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,214,78); }

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

background-color css

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

 a { background-color: rgb(83,214,78); }

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

border-color css

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

 span { border-color: rgb(83,214,78); }

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