Html Css Color HEX #5ADF38 Lime Green

📋 copy color: '#5ADF38'

red 90 ◦ green 223 ◦ blue 56

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

Shades of Lime Green #5ADF38

Tints of Lime Green #5ADF38

RGB

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

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

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

R = 24.39%
G = 60.43%
B = 15.18%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#5ADF38 (or 0x5ADF38) is known color: Lime Green. HEX triplet: 5A, DF and 38. RGB value is (90,223,56). Sum of RGB (Red+Green+Blue) = 90+223+56=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADF38 is #A520C7. Grayscale: #A4A4A4. Windows color (decimal): -10821832 or 3727194. OLE color: 3727194.

HSL color Cylindrical-coordinate representation of color #5ADF38: hue angle of 107.78º 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 #5ADF38 is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 223 56 -
CMYK 0.60 0 0.75 0.13
HSL 107.78º 0.72% 0.55% -
HSV(B) 107.78º 0.75% 0.87% -
XYZ 31.32 55.23 12.75 -
YUV 164.2 66.94 75.08 -
System Red Green Blue C M Y K H S L
Decimal 90 223 56 0.60 0 0.75 0.13 107.78 0.72 0.55
Hex 5A DF 38 3C 0 4B D 6C 48 37
Octal 132 337 70 74 0 113 15 154 110 67
Binary 1011010 11011111 111000 111100 0 1001011 1101 1101100 1001000 110111

Color Harmonies of #5ADF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADF38

Black with #5ADF38

Text Example


Text Example

White with #5ADF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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