Html Css Color HEX #5ADD38 Lime Green

📋 copy color: '#5ADD38'

red 90 ◦ green 221 ◦ blue 56

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

Shades of Lime Green #5ADD38

Tints of Lime Green #5ADD38

RGB

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

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

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

R = 24.52%
G = 60.22%
B = 15.26%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#5ADD38 (or 0x5ADD38) is known color: Lime Green. HEX triplet: 5A, DD and 38. RGB value is (90,221,56). Sum of RGB (Red+Green+Blue) = 90+221+56=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 221 (86.72% from 255 or 60.22% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADD38 is #A522C7. Grayscale: #A3A3A3. Windows color (decimal): -10822344 or 3726682. OLE color: 3726682.

HSL color Cylindrical-coordinate representation of color #5ADD38: hue angle of 107.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5ADD38 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 221 56 -
CMYK 0.59 0 0.75 0.13
HSL 107.64º 0.71% 0.54% -
HSV(B) 107.64º 0.75% 0.87% -
XYZ 30.79 54.17 12.58 -
YUV 163.02 67.6 75.92 -
System Red Green Blue C M Y K H S L
Decimal 90 221 56 0.59 0 0.75 0.13 107.64 0.71 0.54
Hex 5A DD 38 3B 0 4B D 6C 47 36
Octal 132 335 70 73 0 113 15 154 107 66
Binary 1011010 11011101 111000 111011 0 1001011 1101 1101100 1000111 110110

Color Harmonies of #5ADD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADD38

Black with #5ADD38

Text Example


Text Example

White with #5ADD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,221,56); }

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

background-color css

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

 a { background-color: rgb(90,221,56); }

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

border-color css

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

 span { border-color: rgb(90,221,56); }

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