#4B9808

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

Shades of Limeade #4B9808

Tints of Limeade #4B9808

Color information

#4B9808 (or 0x4B9808) is unknown color: approx Limeade. HEX triplet: 4B, 98 and 08. RGB value is (75,152,8). Sum of RGB (Red+Green+Blue) = 75+152+8=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 152 (59.77% from 255 or 64.68% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 152 - color contains mainly: green. Hex color #4B9808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9808 is #B467F7. Grayscale: #717171. Windows color (decimal): -11823096 or 563275. OLE color: 563275.

HSL color Cylindrical-coordinate representation of color #4B9808: hue angle of 92.08º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B9808 is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB751528-
CMYK0.5100.950.40
HSL92.08º90%31.37%-
HSV(B)92.08º94.74%59.61%-
XYZ14.1723.974.11-
YUV112.5668.99101.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.91%
GREEN value IS 152 (59.77% from 255) = 64.68%
BLUE value IS 8 (3.52% from 255) = 3.40%
R=31.91%
G=64.68%
B=3.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7515280.5100.950.4092.089031.37
Hex4B9883305F285c5a1f
Octal113230106301375013413237
Binary1001011100110001000110011010111111010001011100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,152,8); }

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

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

 a { background-color: rgb(75,152,8); }

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

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

 span { border-color: rgb(75,152,8); }

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