#5B951E

Color #5B951E Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5B951E

Tints of Limeade #5B951E

Color information

#5B951E (or 0x5B951E) is unknown color: approx Limeade. HEX triplet: 5B, 95 and 1E. RGB value is (91,149,30). Sum of RGB (Red+Green+Blue) = 91+149+30=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #5B951E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B951E is #A46AE1. Grayscale: #767676. Windows color (decimal): -10775266 or 2004315. OLE color: 2004315.

HSL color Cylindrical-coordinate representation of color #5B951E: hue angle of 89.24º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B951E is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB9114930-
CMYK0.3900.800.42
HSL89.24º66.48%35.1%-
HSV(B)89.24º79.87%58.43%-
XYZ15.323.815.02-
YUV118.0978.28108.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.70%
GREEN value IS 149 (58.59% from 255) = 55.19%
BLUE value IS 30 (12.11% from 255) = 11.11%
R=33.70%
G=55.19%
B=11.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91149300.3900.800.4289.2466.4835.1
Hex5B951E270502A594223
Octal133225364701205213110243
Binary101101110010101111101001110101000010101010110011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B951E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B951E;
 }
 .AnyTagClassName
 {
   color: #5B951E;
 }
</style>
background-color css

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

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

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

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

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

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