Html Css Color HEX #5BAA1F Limeade

📋 copy color: '#5BAA1F'

red 91 ◦ green 170 ◦ blue 31

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

Shades of Limeade #5BAA1F

Tints of Limeade #5BAA1F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 58.22%

 BLUE value IS 31 (12.5% from 255) = 10.62%

R = 31.16%
G = 58.22%
B = 10.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#5BAA1F (or 0x5BAA1F) is known color: Limeade. HEX triplet: 5B, AA and 1F. RGB value is (91,170,31). Sum of RGB (Red+Green+Blue) = 91+170+31=292 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.16% from 292); Green value is 170 (66.80% from 255 or 58.22% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAA1F is #A455E0. Grayscale: #838383. Windows color (decimal): -10769889 or 2075227. OLE color: 2075227.

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

Color convert

RGB 91 170 31 -
CMYK 0.46 0 0.82 0.33
HSL 94.1º 0.69% 0.39% -
HSV(B) 94.1º 0.82% 0.67% -
XYZ 18.94 31.07 6.3 -
YUV 130.53 71.83 99.8 -
System Red Green Blue C M Y K H S L
Decimal 91 170 31 0.46 0 0.82 0.33 94.1 0.69 0.39
Hex 5B AA 1F 2E 0 52 21 5E 45 27
Octal 133 252 37 56 0 122 41 136 105 47
Binary 1011011 10101010 11111 101110 0 1010010 100001 1011110 1000101 100111

Color Harmonies of #5BAA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAA1F

Black with #5BAA1F

Text Example


Text Example

White with #5BAA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,170,31); }

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

background-color css

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

 a { background-color: rgb(91,170,31); }

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

border-color css

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

 span { border-color: rgb(91,170,31); }

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