Html Css Color HEX #5BA034 Limeade

📋 copy color: '#5BA034'

red 91 ◦ green 160 ◦ blue 52

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

Shades of Limeade #5BA034

Tints of Limeade #5BA034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.16%

R = 30.03%
G = 52.81%
B = 17.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#5BA034 (or 0x5BA034) is known color: Limeade. HEX triplet: 5B, A0 and 34. RGB value is (91,160,52). Sum of RGB (Red+Green+Blue) = 91+160+52=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA034 is #A45FCB. Grayscale: #7F7F7F. Windows color (decimal): -10772428 or 3448923. OLE color: 3448923.

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

Color convert

RGB 91 160 52 -
CMYK 0.43 0 0.68 0.37
HSL 98.33º 0.51% 0.42% -
HSV(B) 98.33º 0.68% 0.63% -
XYZ 17.51 27.61 7.66 -
YUV 127.06 85.64 102.28 -
System Red Green Blue C M Y K H S L
Decimal 91 160 52 0.43 0 0.68 0.37 98.33 0.51 0.42
Hex 5B A0 34 2B 0 44 25 62 33 2A
Octal 133 240 64 53 0 104 45 142 63 52
Binary 1011011 10100000 110100 101011 0 1000100 100101 1100010 110011 101010

Color Harmonies of #5BA034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA034

Black with #5BA034

Text Example


Text Example

White with #5BA034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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