Html Css Color HEX #5ADC35 Lime Green

📋 copy color: '#5ADC35'

red 90 ◦ green 220 ◦ blue 53

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

Shades of Lime Green #5ADC35

Tints of Lime Green #5ADC35

RGB

 RED value IS 90 (35.55% from 255) = 24.79%

 GREEN value IS 220 (86.33% from 255) = 60.61%

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

R = 24.79%
G = 60.61%
B = 14.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#5ADC35 (or 0x5ADC35) is known color: Lime Green. HEX triplet: 5A, DC and 35. RGB value is (90,220,53). Sum of RGB (Red+Green+Blue) = 90+220+53=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADC35 is #A523CA. Grayscale: #A2A2A2. Windows color (decimal): -10822603 or 3529818. OLE color: 3529818.

HSL color Cylindrical-coordinate representation of color #5ADC35: hue angle of 106.71º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5ADC35 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 220 53 -
CMYK 0.59 0 0.76 0.14
HSL 106.71º 0.7% 0.54% -
HSV(B) 106.71º 0.76% 0.86% -
XYZ 30.45 53.62 12.11 -
YUV 162.09 66.43 76.58 -
System Red Green Blue C M Y K H S L
Decimal 90 220 53 0.59 0 0.76 0.14 106.71 0.7 0.54
Hex 5A DC 35 3B 0 4C E 6B 46 36
Octal 132 334 65 73 0 114 16 153 106 66
Binary 1011010 11011100 110101 111011 0 1001100 1110 1101011 1000110 110110

Color Harmonies of #5ADC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADC35

Black with #5ADC35

Text Example


Text Example

White with #5ADC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ADC35; }

 p { color: rgb(90,220,53); }

 H1.HeaderClassName
 {
   color: #5ADC35;
 }
 .AnyTagClassName
 {
   color: #5ADC35;
 }
</style>

background-color css

<style>
 a { background-color: #5ADC35; }

 a { background-color: rgb(90,220,53); }

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

border-color css

<style>
 span { border-color: #5ADC35; }

 span { border-color: rgb(90,220,53); }

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