Html Css Color HEX #5DAF28 Limeade

📋 copy color: '#5DAF28'

red 93 ◦ green 175 ◦ blue 40

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

Shades of Limeade #5DAF28

Tints of Limeade #5DAF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 30.19%
G = 56.82%
B = 12.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#5DAF28 (or 0x5DAF28) is known color: Limeade. HEX triplet: 5D, AF and 28. RGB value is (93,175,40). Sum of RGB (Red+Green+Blue) = 93+175+40=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAF28 is #A250D7. Grayscale: #878787. Windows color (decimal): -10637528 or 2666333. OLE color: 2666333.

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

Color convert

RGB 93 175 40 -
CMYK 0.47 0 0.77 0.31
HSL 96.44º 0.63% 0.42% -
HSV(B) 96.44º 0.77% 0.69% -
XYZ 20.23 33.14 7.34 -
YUV 135.09 74.33 97.98 -
System Red Green Blue C M Y K H S L
Decimal 93 175 40 0.47 0 0.77 0.31 96.44 0.63 0.42
Hex 5D AF 28 2F 0 4D 1F 60 3F 2A
Octal 135 257 50 57 0 115 37 140 77 52
Binary 1011101 10101111 101000 101111 0 1001101 11111 1100000 111111 101010

Color Harmonies of #5DAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAF28

Black with #5DAF28

Text Example


Text Example

White with #5DAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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