Html Css Color HEX #5DAF26 Limeade

📋 copy color: '#5DAF26'

red 93 ◦ green 175 ◦ blue 38

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

Shades of Limeade #5DAF26

Tints of Limeade #5DAF26

RGB

 RED value IS 93 (36.72% from 255) = 30.39%

 GREEN value IS 175 (68.75% from 255) = 57.19%

 BLUE value IS 38 (15.23% from 255) = 12.42%

R = 30.39%
G = 57.19%
B = 12.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#5DAF26 (or 0x5DAF26) is known color: Limeade. HEX triplet: 5D, AF and 26. RGB value is (93,175,38). Sum of RGB (Red+Green+Blue) = 93+175+38=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAF26 is #A250D9. Grayscale: #878787. Windows color (decimal): -10637530 or 2535261. OLE color: 2535261.

HSL color Cylindrical-coordinate representation of color #5DAF26: hue angle of 95.91º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5DAF26 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 175 38 -
CMYK 0.47 0 0.78 0.31
HSL 95.91º 0.64% 0.42% -
HSV(B) 95.91º 0.78% 0.69% -
XYZ 20.19 33.13 7.16 -
YUV 134.86 73.33 98.14 -
System Red Green Blue C M Y K H S L
Decimal 93 175 38 0.47 0 0.78 0.31 95.91 0.64 0.42
Hex 5D AF 26 2F 0 4E 1F 60 40 2A
Octal 135 257 46 57 0 116 37 140 100 52
Binary 1011101 10101111 100110 101111 0 1001110 11111 1100000 1000000 101010

Color Harmonies of #5DAF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAF26

Black with #5DAF26

Text Example


Text Example

White with #5DAF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,175,38); }

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

background-color css

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

 a { background-color: rgb(93,175,38); }

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

border-color css

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

 span { border-color: rgb(93,175,38); }

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