#4B9C18

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

Shades of Limeade #4B9C18

Tints of Limeade #4B9C18

Color information

#4B9C18 (or 0x4B9C18) is unknown color: approx Limeade. HEX triplet: 4B, 9C and 18. RGB value is (75,156,24). Sum of RGB (Red+Green+Blue) = 75+156+24=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 156 (61.33% from 255 or 61.18% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 156 - color contains mainly: green. Hex color #4B9C18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9C18 is #B463E7. Grayscale: #757575. Windows color (decimal): -11822056 or 1612875. OLE color: 1612875.

HSL color Cylindrical-coordinate representation of color #4B9C18: hue angle of 96.82º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B9C18 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB7515624-
CMYK0.5200.850.39
HSL96.82º73.33%35.29%-
HSV(B)96.82º84.62%61.18%-
XYZ14.9525.344.97-
YUV116.7375.6698.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.41%
GREEN value IS 156 (61.33% from 255) = 61.18%
BLUE value IS 24 (9.77% from 255) = 9.41%
R=29.41%
G=61.18%
B=9.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75156240.5200.850.3996.8273.3335.29
Hex4B9C183405527614923
Octal113234306401254714111143
Binary100101110011100110001101000101010110011111000011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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