Html Css Color HEX #4C8E04 Limeade

📋 copy color: '#4C8E04'

red 76 ◦ green 142 ◦ blue 4

#4C8E04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #4C8E04

Tints of Limeade #4C8E04

RGB

 RED value IS 76 (30.08% from 255) = 34.23%

 GREEN value IS 142 (55.86% from 255) = 63.96%

 BLUE value IS 4 (1.95% from 255) = 1.8%

R = 34.23%
G = 63.96%
B = 1.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#4C8E04 (or 0x4C8E04) is known color: Limeade. HEX triplet: 4C, 8E and 04. RGB value is (76,142,4). Sum of RGB (Red+Green+Blue) = 76+142+4=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 142 (55.86% from 255 or 63.96% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 142 - color contains mainly: green. Hex color #4C8E04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8E04 is #B371FB. Grayscale: #6B6B6B. Windows color (decimal): -11760124 or 298572. OLE color: 298572.

HSL color Cylindrical-coordinate representation of color #4C8E04: hue angle of 88.7º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C8E04 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 76 142 4 -
CMYK 0.46 0 0.97 0.44
HSL 88.7º 0.95% 0.29% -
HSV(B) 88.7º 0.97% 0.56% -
XYZ 12.68 20.89 3.48 -
YUV 106.53 70.13 106.22 -
System Red Green Blue C M Y K H S L
Decimal 76 142 4 0.46 0 0.97 0.44 88.7 0.95 0.29
Hex 4C 8E 4 2E 0 61 2C 59 5F 1D
Octal 114 216 4 56 0 141 54 131 137 35
Binary 1001100 10001110 100 101110 0 1100001 101100 1011001 1011111 11101

Color Harmonies of #4C8E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8E04

Black with #4C8E04

Text Example


Text Example

White with #4C8E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,142,4); }

 H1.HeaderClassName
 {
   color: #4C8E04;
 }
 .AnyTagClassName
 {
   color: #4C8E04;
 }
</style>

background-color css

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

 a { background-color: rgb(76,142,4); }

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

border-color css

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

 span { border-color: rgb(76,142,4); }

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