#4C981B

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

Shades of Limeade #4C981B

Tints of Limeade #4C981B

Color information

#4C981B (or 0x4C981B) is unknown color: approx Limeade. HEX triplet: 4C, 98 and 1B. RGB value is (76,152,27). Sum of RGB (Red+Green+Blue) = 76+152+27=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 152 (59.77% from 255 or 59.61% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 152 - color contains mainly: green. Hex color #4C981B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C981B is #B367E4. Grayscale: #737373. Windows color (decimal): -11757541 or 1808460. OLE color: 1808460.

HSL color Cylindrical-coordinate representation of color #4C981B: hue angle of 96.48º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C981B is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB7615227-
CMYK0.5000.820.40
HSL96.48º69.83%35.1%-
HSV(B)96.48º82.24%59.61%-
XYZ14.4124.074.92-
YUV115.0378.32100.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.80%
GREEN value IS 152 (59.77% from 255) = 59.61%
BLUE value IS 27 (10.94% from 255) = 10.59%
R=29.80%
G=59.61%
B=10.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal76152270.5000.820.4096.4869.8335.1
Hex4C981B3205228604623
Octal114230336201225014010643
Binary100110010011000110111100100101001010100011000001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C981B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,152,27); }

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

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

 a { background-color: rgb(76,152,27); }

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

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

 span { border-color: rgb(76,152,27); }

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