#4B9500

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

Shades of Limeade #4B9500

Tints of Limeade #4B9500

Color information

#4B9500 (or 0x4B9500) is unknown color: approx Limeade. HEX triplet: 4B, 95 and 00. RGB value is (75,149,0). Sum of RGB (Red+Green+Blue) = 75+149+0=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 149 (58.59% from 255 or 66.52% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9500 is #B46AFF. Grayscale: #6E6E6E. Windows color (decimal): -11823872 or 38219. OLE color: 38219.

HSL color Cylindrical-coordinate representation of color #4B9500: hue angle of 89.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B9500 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB751490-
CMYK0.50010.42
HSL89.8º100%29.22%-
HSV(B)89.8º100%58.43%-
XYZ13.6522.993.72-
YUV109.8965.98103.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.48%
GREEN value IS 149 (58.59% from 255) = 66.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.48%
G=66.52%
B=0%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7514900.50010.4289.810029.22
Hex4B950320642A5a641d
Octal11322506201445213214435
Binary1001011100101010110010011001001010101011010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B9500; }

 p { color: rgb(75,149,0); }

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

<style>
 a { background-color: #4B9500; }

 a { background-color: rgb(75,149,0); }

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

<style>
 span { border-color: #4B9500; }

 span { border-color: rgb(75,149,0); }

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