Html Css Color HEX #5BA01E Limeade

📋 copy color: '#5BA01E'

red 91 ◦ green 160 ◦ blue 30

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

Shades of Limeade #5BA01E

Tints of Limeade #5BA01E

RGB

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

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

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

R = 32.38%
G = 56.94%
B = 10.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#5BA01E (or 0x5BA01E) is known color: Limeade. HEX triplet: 5B, A0 and 1E. RGB value is (91,160,30). Sum of RGB (Red+Green+Blue) = 91+160+30=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA01E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA01E is #A45FE1. Grayscale: #7C7C7C. Windows color (decimal): -10772450 or 2007131. OLE color: 2007131.

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

Color convert

RGB 91 160 30 -
CMYK 0.43 0 0.81 0.37
HSL 91.85º 0.68% 0.37% -
HSV(B) 91.85º 0.81% 0.63% -
XYZ 17.12 27.46 5.63 -
YUV 124.55 74.64 104.07 -
System Red Green Blue C M Y K H S L
Decimal 91 160 30 0.43 0 0.81 0.37 91.85 0.68 0.37
Hex 5B A0 1E 2B 0 51 25 5C 44 25
Octal 133 240 36 53 0 121 45 134 104 45
Binary 1011011 10100000 11110 101011 0 1010001 100101 1011100 1000100 100101

Color Harmonies of #5BA01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA01E

Black with #5BA01E

Text Example


Text Example

White with #5BA01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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