Html Css Color HEX #53F535 Lime Green

📋 copy color: '#53F535'

red 83 ◦ green 245 ◦ blue 53

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

Shades of Lime Green #53F535

Tints of Lime Green #53F535

RGB

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

 GREEN value IS 245 (96.09% from 255) = 64.3%

 BLUE value IS 53 (21.09% from 255) = 13.91%

R = 21.78%
G = 64.3%
B = 13.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#53F535 (or 0x53F535) is known color: Lime Green. HEX triplet: 53, F5 and 35. RGB value is (83,245,53). Sum of RGB (Red+Green+Blue) = 83+245+53=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 245 (96.09% from 255 or 64.30% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 245 - color contains mainly: green. Hex color #53F535 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F535 is #AC0ACA. Grayscale: #AFAFAF. Windows color (decimal): -11274955 or 3536211. OLE color: 3536211.

HSL color Cylindrical-coordinate representation of color #53F535: hue angle of 110.62º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53F535 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 245 53 -
CMYK 0.66 0 0.78 0.04
HSL 110.63º 0.91% 0.58% -
HSV(B) 110.63º 0.78% 0.96% -
XYZ 36.86 67.4 14.43 -
YUV 174.67 59.33 62.61 -
System Red Green Blue C M Y K H S L
Decimal 83 245 53 0.66 0 0.78 0.04 110.63 0.91 0.58
Hex 53 F5 35 42 0 4E 4 6F 5B 3A
Octal 123 365 65 102 0 116 4 157 133 72
Binary 1010011 11110101 110101 1000010 0 1001110 100 1101111 1011011 111010

Color Harmonies of #53F535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F535

Black with #53F535

Text Example


Text Example

White with #53F535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,245,53); }

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

background-color css

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

 a { background-color: rgb(83,245,53); }

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

border-color css

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

 span { border-color: rgb(83,245,53); }

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