#4C9A1F

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

Shades of Limeade #4C9A1F

Tints of Limeade #4C9A1F

Color information

#4C9A1F (or 0x4C9A1F) is unknown color: approx Limeade. HEX triplet: 4C, 9A and 1F. RGB value is (76,154,31). Sum of RGB (Red+Green+Blue) = 76+154+31=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 154 (60.55% from 255 or 59.00% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 154 - color contains mainly: green. Hex color #4C9A1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9A1F is #B365E0. Grayscale: #757575. Windows color (decimal): -11757025 or 2071116. OLE color: 2071116.

HSL color Cylindrical-coordinate representation of color #4C9A1F: hue angle of 98.05º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C9A1F is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB7615431-
CMYK0.5100.800.40
HSL98.05º66.49%36.27%-
HSV(B)98.05º79.87%60.39%-
XYZ14.7824.755.29-
YUV116.6679.6699-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.12%
GREEN value IS 154 (60.55% from 255) = 59.00%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=29.12%
G=59.00%
B=11.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal76154310.5100.800.4098.0566.4936.27
Hex4C9A1F3305028624224
Octal114232376301205014210244
Binary100110010011010111111100110101000010100011000101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,154,31); }

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

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

 a { background-color: rgb(76,154,31); }

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

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

 span { border-color: rgb(76,154,31); }

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