Html Css Color HEX #5BAA1E Limeade

📋 copy color: '#5BAA1E'

red 91 ◦ green 170 ◦ blue 30

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

Shades of Limeade #5BAA1E

Tints of Limeade #5BAA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.31%

R = 31.27%
G = 58.42%
B = 10.31%

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

#5BAA1E (or 0x5BAA1E) is known color: Limeade. HEX triplet: 5B, AA and 1E. RGB value is (91,170,30). Sum of RGB (Red+Green+Blue) = 91+170+30=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAA1E is #A455E1. Grayscale: #828282. Windows color (decimal): -10769890 or 2009691. OLE color: 2009691.

HSL color Cylindrical-coordinate representation of color #5BAA1E: hue angle of 93.86º degrees, saturation: 0.7, 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 #5BAA1E is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 170 30 -
CMYK 0.46 0 0.82 0.33
HSL 93.86º 0.7% 0.39% -
HSV(B) 93.86º 0.82% 0.67% -
XYZ 18.92 31.07 6.23 -
YUV 130.42 71.33 99.88 -
System Red Green Blue C M Y K H S L
Decimal 91 170 30 0.46 0 0.82 0.33 93.86 0.7 0.39
Hex 5B AA 1E 2E 0 52 21 5E 46 27
Octal 133 252 36 56 0 122 41 136 106 47
Binary 1011011 10101010 11110 101110 0 1010010 100001 1011110 1000110 100111

Color Harmonies of #5BAA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAA1E

Black with #5BAA1E

Text Example


Text Example

White with #5BAA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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