#4B9210

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

Shades of Limeade #4B9210

Tints of Limeade #4B9210

Color information

#4B9210 (or 0x4B9210) is unknown color: approx Limeade. HEX triplet: 4B, 92 and 10. RGB value is (75,146,16). Sum of RGB (Red+Green+Blue) = 75+146+16=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 146 (57.42% from 255 or 61.60% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 146 - color contains mainly: green. Hex color #4B9210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9210 is #B46DEF. Grayscale: #6E6E6E. Windows color (decimal): -11824624 or 1086027. OLE color: 1086027.

HSL color Cylindrical-coordinate representation of color #4B9210: hue angle of 92.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B9210 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB7514616-
CMYK0.4900.890.43
HSL92.77º80.25%31.76%-
HSV(B)92.77º89.04%57.25%-
XYZ13.2722.094.05-
YUV109.9574.98103.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.65%
GREEN value IS 146 (57.42% from 255) = 61.60%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=31.65%
G=61.60%
B=6.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75146160.4900.890.4392.7780.2531.76
Hex4B9210310592B5d5020
Octal113222206101315313512040
Binary100101110010010100001100010101100110101110111011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,146,16); }

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

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

 a { background-color: rgb(75,146,16); }

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

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

 span { border-color: rgb(75,146,16); }

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