#4C9919

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

Shades of Limeade #4C9919

Tints of Limeade #4C9919

Color information

#4C9919 (or 0x4C9919) is unknown color: approx Limeade. HEX triplet: 4C, 99 and 19. RGB value is (76,153,25). Sum of RGB (Red+Green+Blue) = 76+153+25=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 153 (60.16% from 255 or 60.24% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 153 - color contains mainly: green. Hex color #4C9919 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9919 is #B366E6. Grayscale: #737373. Windows color (decimal): -11757287 or 1677644. OLE color: 1677644.

HSL color Cylindrical-coordinate representation of color #4C9919: hue angle of 96.09º degrees, saturation: 0.72, 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 #4C9919 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB7615325-
CMYK0.5000.840.4
HSL96.09º71.91%34.9%-
HSV(B)96.09º83.66%60%-
XYZ14.5524.394.86-
YUV115.3876.9999.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.92%
GREEN value IS 153 (60.16% from 255) = 60.24%
BLUE value IS 25 (10.16% from 255) = 9.84%
R=29.92%
G=60.24%
B=9.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal76153250.5000.840.496.0971.9134.9
Hex4C99193205428604823
Octal114231316201245014011043
Binary100110010011001110011100100101010010100011000001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,153,25); }

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

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

 a { background-color: rgb(76,153,25); }

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

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

 span { border-color: rgb(76,153,25); }

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