Html Css Color HEX #53DF4B Lime Green

📋 copy color: '#53DF4B'

red 83 ◦ green 223 ◦ blue 75

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

Shades of Lime Green #53DF4B

Tints of Lime Green #53DF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 21.78%
G = 58.53%
B = 19.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#53DF4B (or 0x53DF4B) is known color: Lime Green. HEX triplet: 53, DF and 4B. RGB value is (83,223,75). Sum of RGB (Red+Green+Blue) = 83+223+75=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #53DF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DF4B is #AC20B4. Grayscale: #A4A4A4. Windows color (decimal): -11280565 or 4972371. OLE color: 4972371.

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

Color convert

RGB 83 223 75 -
CMYK 0.63 0 0.66 0.13
HSL 116.76º 0.7% 0.58% -
HSV(B) 116.76º 0.66% 0.87% -
XYZ 31.22 55.12 15.65 -
YUV 164.27 77.62 70.03 -
System Red Green Blue C M Y K H S L
Decimal 83 223 75 0.63 0 0.66 0.13 116.76 0.7 0.58
Hex 53 DF 4B 3F 0 42 D 75 46 3A
Octal 123 337 113 77 0 102 15 165 106 72
Binary 1010011 11011111 1001011 111111 0 1000010 1101 1110101 1000110 111010

Color Harmonies of #53DF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DF4B

Black with #53DF4B

Text Example


Text Example

White with #53DF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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