#4B9D13

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

Shades of Limeade #4B9D13

Tints of Limeade #4B9D13

Color information

#4B9D13 (or 0x4B9D13) is unknown color: approx Limeade. HEX triplet: 4B, 9D and 13. RGB value is (75,157,19). Sum of RGB (Red+Green+Blue) = 75+157+19=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 157 (61.72% from 255 or 62.55% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 157 - color contains mainly: green. Hex color #4B9D13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9D13 is #B462EC. Grayscale: #757575. Windows color (decimal): -11821805 or 1285451. OLE color: 1285451.

HSL color Cylindrical-coordinate representation of color #4B9D13: hue angle of 95.65º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B9D13 is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB7515719-
CMYK0.5200.880.38
HSL95.65º78.41%34.51%-
HSV(B)95.65º87.9%61.57%-
XYZ15.0825.664.77-
YUV116.7572.8398.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.88%
GREEN value IS 157 (61.72% from 255) = 62.55%
BLUE value IS 19 (7.81% from 255) = 7.57%
R=29.88%
G=62.55%
B=7.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75157190.5200.880.3895.6578.4134.51
Hex4B9D133405826604e23
Octal113235236401304614011643
Binary100101110011101100111101000101100010011011000001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,157,19); }

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

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

 a { background-color: rgb(75,157,19); }

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

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

 span { border-color: rgb(75,157,19); }

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