#4b9918

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

Shades of Limeade #4B9918

Tints of Limeade #4B9918

Color information

#4B9918 (or 0x4B9918) is unknown color: approx Limeade. HEX triplet: 4B, 99 and 18. RGB value is (75,153,24). Sum of RGB (Red+Green+Blue) = 75+153+24=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 153 (60.16% from 255 or 60.71% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 153 - color contains mainly: green. Hex color #4B9918 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9918 is #B466E7. Grayscale: #737373. Windows color (decimal): -11822824 or 1612107. OLE color: 1612107.

HSL color Cylindrical-coordinate representation of color #4B9918: hue angle of 96.28º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B9918 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB7515324-
CMYK0.5100.840.4
HSL96.28º72.88%34.71%-
HSV(B)96.28º84.31%60%-
XYZ14.4624.344.8-
YUV114.9776.6699.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.76%
GREEN value IS 153 (60.16% from 255) = 60.71%
BLUE value IS 24 (9.77% from 255) = 9.52%
R=29.76%
G=60.71%
B=9.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal75153240.5100.840.496.2872.8834.71
Hex4B99183305428604923
Octal113231306301245014011143
Binary100101110011001110001100110101010010100011000001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b9918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,153,24); }

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

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

 a { background-color: rgb(75,153,24); }

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

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

 span { border-color: rgb(75,153,24); }

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