Html Css Color HEX #5BAB2A Limeade

📋 copy color: '#5BAB2A'

red 91 ◦ green 171 ◦ blue 42

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

Shades of Limeade #5BAB2A

Tints of Limeade #5BAB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.82%

R = 29.93%
G = 56.25%
B = 13.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#5BAB2A (or 0x5BAB2A) is known color: Limeade. HEX triplet: 5B, AB and 2A. RGB value is (91,171,42). Sum of RGB (Red+Green+Blue) = 91+171+42=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAB2A is #A454D5. Grayscale: #848484. Windows color (decimal): -10769622 or 2796379. OLE color: 2796379.

HSL color Cylindrical-coordinate representation of color #5BAB2A: hue angle of 97.21º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5BAB2A is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 171 42 -
CMYK 0.47 0 0.75 0.33
HSL 97.21º 0.61% 0.42% -
HSV(B) 97.21º 0.75% 0.67% -
XYZ 19.3 31.52 7.26 -
YUV 132.37 77 98.49 -
System Red Green Blue C M Y K H S L
Decimal 91 171 42 0.47 0 0.75 0.33 97.21 0.61 0.42
Hex 5B AB 2A 2F 0 4B 21 61 3D 2A
Octal 133 253 52 57 0 113 41 141 75 52
Binary 1011011 10101011 101010 101111 0 1001011 100001 1100001 111101 101010

Color Harmonies of #5BAB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAB2A

Black with #5BAB2A

Text Example


Text Example

White with #5BAB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,171,42); }

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

background-color css

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

 a { background-color: rgb(91,171,42); }

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

border-color css

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

 span { border-color: rgb(91,171,42); }

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