#5E9730

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

Shades of Limeade #5E9730

Tints of Limeade #5E9730

Color information

#5E9730 (or 0x5E9730) is unknown color: approx Limeade. HEX triplet: 5E, 97 and 30. RGB value is (94,151,48). Sum of RGB (Red+Green+Blue) = 94+151+48=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 151 (59.38% from 255 or 51.54% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 151 - color contains mainly: green. Hex color #5E9730 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9730 is #A168CF. Grayscale: #7A7A7A. Windows color (decimal): -10578128 or 3184478. OLE color: 3184478.

HSL color Cylindrical-coordinate representation of color #5E9730: hue angle of 93.2º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E9730 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB9415148-
CMYK0.3800.680.41
HSL93.2º51.76%39.02%-
HSV(B)93.2º68.21%59.22%-
XYZ16.2224.736.71-
YUV122.2186.12107.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.08%
GREEN value IS 151 (59.38% from 255) = 51.54%
BLUE value IS 48 (19.14% from 255) = 16.38%
R=32.08%
G=51.54%
B=16.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal94151480.3800.680.4193.251.7639.02
Hex5E973026044295d3427
Octal13622760460104511356447
Binary101111010010111110000100110010001001010011011101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,151,48); }

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

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

 a { background-color: rgb(94,151,48); }

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

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

 span { border-color: rgb(94,151,48); }

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