Html Css Color HEX #5BA025 Limeade

📋 copy color: '#5BA025'

red 91 ◦ green 160 ◦ blue 37

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

Shades of Limeade #5BA025

Tints of Limeade #5BA025

RGB

 RED value IS 91 (35.94% from 255) = 31.6%

 GREEN value IS 160 (62.89% from 255) = 55.56%

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

R = 31.6%
G = 55.56%
B = 12.85%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#5BA025 (or 0x5BA025) is known color: Limeade. HEX triplet: 5B, A0 and 25. RGB value is (91,160,37). Sum of RGB (Red+Green+Blue) = 91+160+37=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 160 (62.89% from 255 or 55.56% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA025 is #A45FDA. Grayscale: #7D7D7D. Windows color (decimal): -10772443 or 2465883. OLE color: 2465883.

HSL color Cylindrical-coordinate representation of color #5BA025: hue angle of 93.66º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5BA025 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 91 160 37 -
CMYK 0.43 0 0.77 0.37
HSL 93.66º 0.62% 0.39% -
HSV(B) 93.66º 0.77% 0.63% -
XYZ 17.22 27.5 6.15 -
YUV 125.35 78.14 103.5 -
System Red Green Blue C M Y K H S L
Decimal 91 160 37 0.43 0 0.77 0.37 93.66 0.62 0.39
Hex 5B A0 25 2B 0 4D 25 5E 3E 27
Octal 133 240 45 53 0 115 45 136 76 47
Binary 1011011 10100000 100101 101011 0 1001101 100101 1011110 111110 100111

Color Harmonies of #5BA025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA025

Black with #5BA025

Text Example


Text Example

White with #5BA025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,160,37); }

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

background-color css

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

 a { background-color: rgb(91,160,37); }

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

border-color css

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

 span { border-color: rgb(91,160,37); }

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