Html Css Color HEX #5DAB25 Limeade

📋 copy color: '#5DAB25'

red 93 ◦ green 171 ◦ blue 37

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

Shades of Limeade #5DAB25

Tints of Limeade #5DAB25

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.81%

 BLUE value IS 37 (14.84% from 255) = 12.29%

R = 30.9%
G = 56.81%
B = 12.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#5DAB25 (or 0x5DAB25) is known color: Limeade. HEX triplet: 5D, AB and 25. RGB value is (93,171,37). Sum of RGB (Red+Green+Blue) = 93+171+37=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAB25 is #A254DA. Grayscale: #848484. Windows color (decimal): -10638555 or 2468701. OLE color: 2468701.

HSL color Cylindrical-coordinate representation of color #5DAB25: hue angle of 94.93º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5DAB25 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 171 37 -
CMYK 0.46 0 0.78 0.33
HSL 94.93º 0.64% 0.41% -
HSV(B) 94.93º 0.78% 0.67% -
XYZ 19.41 31.59 6.82 -
YUV 132.4 74.16 99.9 -
System Red Green Blue C M Y K H S L
Decimal 93 171 37 0.46 0 0.78 0.33 94.93 0.64 0.41
Hex 5D AB 25 2E 0 4E 21 5F 40 29
Octal 135 253 45 56 0 116 41 137 100 51
Binary 1011101 10101011 100101 101110 0 1001110 100001 1011111 1000000 101001

Color Harmonies of #5DAB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAB25

Black with #5DAB25

Text Example


Text Example

White with #5DAB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,171,37); }

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

background-color css

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

 a { background-color: rgb(93,171,37); }

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

border-color css

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

 span { border-color: rgb(93,171,37); }

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