Html Css Color HEX #53DF38 Lime Green

📋 copy color: '#53DF38'

red 83 ◦ green 223 ◦ blue 56

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

Shades of Lime Green #53DF38

Tints of Lime Green #53DF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.47%

R = 22.93%
G = 61.6%
B = 15.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#53DF38 (or 0x53DF38) is known color: Lime Green. HEX triplet: 53, DF and 38. RGB value is (83,223,56). Sum of RGB (Red+Green+Blue) = 83+223+56=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 223 (87.5% from 255 or 61.60% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 223 - color contains mainly: green. Hex color #53DF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DF38 is #AC20C7. Grayscale: #A2A2A2. Windows color (decimal): -11280584 or 3727187. OLE color: 3727187.

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

Color convert

RGB 83 223 56 -
CMYK 0.63 0 0.75 0.13
HSL 110.3º 0.72% 0.55% -
HSV(B) 110.3º 0.75% 0.87% -
XYZ 30.67 54.9 12.72 -
YUV 162.1 68.12 71.58 -
System Red Green Blue C M Y K H S L
Decimal 83 223 56 0.63 0 0.75 0.13 110.3 0.72 0.55
Hex 53 DF 38 3F 0 4B D 6E 48 37
Octal 123 337 70 77 0 113 15 156 110 67
Binary 1010011 11011111 111000 111111 0 1001011 1101 1101110 1001000 110111

Color Harmonies of #53DF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DF38

Black with #53DF38

Text Example


Text Example

White with #53DF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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