#5F9B1E

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

Shades of Limeade #5F9B1E

Tints of Limeade #5F9B1E

Color information

#5F9B1E (or 0x5F9B1E) is unknown color: approx Limeade. HEX triplet: 5F, 9B and 1E. RGB value is (95,155,30). Sum of RGB (Red+Green+Blue) = 95+155+30=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 155 (60.94% from 255 or 55.36% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9B1E is #A064E1. Grayscale: #7B7B7B. Windows color (decimal): -10511586 or 2005855. OLE color: 2005855.

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

Color convert

RGB9515530-
CMYK0.3900.810.39
HSL88.8º67.57%36.27%-
HSV(B)88.8º80.65%60.78%-
XYZ16.6825.975.36-
YUV122.8175.62108.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.93%
GREEN value IS 155 (60.94% from 255) = 55.36%
BLUE value IS 30 (12.11% from 255) = 10.71%
R=33.93%
G=55.36%
B=10.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95155300.3900.810.3988.867.5736.27
Hex5F9B1E2705127594424
Octal137233364701214713110444
Binary101111110011011111101001110101000110011110110011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,155,30); }

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

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

 a { background-color: rgb(95,155,30); }

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

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

 span { border-color: rgb(95,155,30); }

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