Html Css Color HEX #5BA42A Limeade

📋 copy color: '#5BA42A'

red 91 ◦ green 164 ◦ blue 42

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

Shades of Limeade #5BA42A

Tints of Limeade #5BA42A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 55.22%

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

R = 30.64%
G = 55.22%
B = 14.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#5BA42A (or 0x5BA42A) is known color: Limeade. HEX triplet: 5B, A4 and 2A. RGB value is (91,164,42). Sum of RGB (Red+Green+Blue) = 91+164+42=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 164 (64.45% from 255 or 55.22% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA42A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA42A is #A45BD5. Grayscale: #808080. Windows color (decimal): -10771414 or 2794587. OLE color: 2794587.

HSL color Cylindrical-coordinate representation of color #5BA42A: hue angle of 95.9º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5BA42A is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 91 164 42 -
CMYK 0.45 0 0.74 0.36
HSL 95.9º 0.59% 0.4% -
HSV(B) 95.9º 0.74% 0.64% -
XYZ 18.01 28.94 6.83 -
YUV 128.27 79.32 101.42 -
System Red Green Blue C M Y K H S L
Decimal 91 164 42 0.45 0 0.74 0.36 95.9 0.59 0.4
Hex 5B A4 2A 2D 0 4A 24 60 3B 28
Octal 133 244 52 55 0 112 44 140 73 50
Binary 1011011 10100100 101010 101101 0 1001010 100100 1100000 111011 101000

Color Harmonies of #5BA42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA42A

Black with #5BA42A

Text Example


Text Example

White with #5BA42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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