Html Css Color HEX #53DB41 Lime Green

📋 copy color: '#53DB41'

red 83 ◦ green 219 ◦ blue 65

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

Shades of Lime Green #53DB41

Tints of Lime Green #53DB41

RGB

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

 GREEN value IS 219 (85.94% from 255) = 59.67%

 BLUE value IS 65 (25.78% from 255) = 17.71%

R = 22.62%
G = 59.67%
B = 17.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#53DB41 (or 0x53DB41) is known color: Lime Green. HEX triplet: 53, DB and 41. RGB value is (83,219,65). Sum of RGB (Red+Green+Blue) = 83+219+65=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 219 (85.94% from 255 or 59.67% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DB41 is #AC24BE. Grayscale: #A1A1A1. Windows color (decimal): -11281599 or 4315987. OLE color: 4315987.

HSL color Cylindrical-coordinate representation of color #53DB41: hue angle of 112.99º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53DB41 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 219 65 -
CMYK 0.62 0 0.70 0.14
HSL 112.99º 0.68% 0.56% -
HSV(B) 112.99º 0.7% 0.86% -
XYZ 29.85 52.88 13.64 -
YUV 160.78 73.94 72.52 -
System Red Green Blue C M Y K H S L
Decimal 83 219 65 0.62 0 0.70 0.14 112.99 0.68 0.56
Hex 53 DB 41 3E 0 46 E 71 44 38
Octal 123 333 101 76 0 106 16 161 104 70
Binary 1010011 11011011 1000001 111110 0 1000110 1110 1110001 1000100 111000

Color Harmonies of #53DB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DB41

Black with #53DB41

Text Example


Text Example

White with #53DB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,219,65); }

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

background-color css

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

 a { background-color: rgb(83,219,65); }

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

border-color css

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

 span { border-color: rgb(83,219,65); }

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