Html Css Color HEX #53DD46 Lime Green

📋 copy color: '#53DD46'

red 83 ◦ green 221 ◦ blue 70

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

Shades of Lime Green #53DD46

Tints of Lime Green #53DD46

RGB

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

 GREEN value IS 221 (86.72% from 255) = 59.09%

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

R = 22.19%
G = 59.09%
B = 18.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#53DD46 (or 0x53DD46) is known color: Lime Green. HEX triplet: 53, DD and 46. RGB value is (83,221,70). Sum of RGB (Red+Green+Blue) = 83+221+70=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 221 (86.72% from 255 or 59.09% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DD46 is #AC22B9. Grayscale: #A2A2A2. Windows color (decimal): -11281082 or 4644179. OLE color: 4644179.

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

Color convert

RGB 83 221 70 -
CMYK 0.62 0 0.68 0.13
HSL 114.83º 0.69% 0.57% -
HSV(B) 114.83º 0.68% 0.87% -
XYZ 30.53 53.99 14.61 -
YUV 162.52 75.78 71.28 -
System Red Green Blue C M Y K H S L
Decimal 83 221 70 0.62 0 0.68 0.13 114.83 0.69 0.57
Hex 53 DD 46 3E 0 44 D 73 45 39
Octal 123 335 106 76 0 104 15 163 105 71
Binary 1010011 11011101 1000110 111110 0 1000100 1101 1110011 1000101 111001

Color Harmonies of #53DD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DD46

Black with #53DD46

Text Example


Text Example

White with #53DD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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