Html Css Color HEX #53DF46 Lime Green

📋 copy color: '#53DF46'

red 83 ◦ green 223 ◦ blue 70

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

Shades of Lime Green #53DF46

Tints of Lime Green #53DF46

RGB

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

 GREEN value IS 223 (87.5% from 255) = 59.31%

 BLUE value IS 70 (27.73% from 255) = 18.62%

R = 22.07%
G = 59.31%
B = 18.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#53DF46 (or 0x53DF46) is known color: Lime Green. HEX triplet: 53, DF and 46. RGB value is (83,223,70). Sum of RGB (Red+Green+Blue) = 83+223+70=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 223 (87.5% from 255 or 59.31% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 223 - color contains mainly: green. Hex color #53DF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DF46 is #AC20B9. Grayscale: #A4A4A4. Windows color (decimal): -11280570 or 4644691. OLE color: 4644691.

HSL color Cylindrical-coordinate representation of color #53DF46: hue angle of 114.9º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53DF46 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 223 70 -
CMYK 0.63 0 0.69 0.13
HSL 114.9º 0.71% 0.57% -
HSV(B) 114.9º 0.69% 0.87% -
XYZ 31.06 55.06 14.78 -
YUV 163.7 75.12 70.44 -
System Red Green Blue C M Y K H S L
Decimal 83 223 70 0.63 0 0.69 0.13 114.9 0.71 0.57
Hex 53 DF 46 3F 0 45 D 73 47 39
Octal 123 337 106 77 0 105 15 163 107 71
Binary 1010011 11011111 1000110 111111 0 1000101 1101 1110011 1000111 111001

Color Harmonies of #53DF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DF46

Black with #53DF46

Text Example


Text Example

White with #53DF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,223,70); }

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

background-color css

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

 a { background-color: rgb(83,223,70); }

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

border-color css

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

 span { border-color: rgb(83,223,70); }

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