Html Css Color HEX #4C940F Limeade

📋 copy color: '#4C940F'

red 76 ◦ green 148 ◦ blue 15

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

Shades of Limeade #4C940F

Tints of Limeade #4C940F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 61.92%

 BLUE value IS 15 (6.25% from 255) = 6.28%

R = 31.8%
G = 61.92%
B = 6.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#4C940F (or 0x4C940F) is known color: Limeade. HEX triplet: 4C, 94 and 0F. RGB value is (76,148,15). Sum of RGB (Red+Green+Blue) = 76+148+15=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 148 (58.20% from 255 or 61.92% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 148 - color contains mainly: green. Hex color #4C940F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C940F is #B36BF0. Grayscale: #6F6F6F. Windows color (decimal): -11758577 or 1021004. OLE color: 1021004.

HSL color Cylindrical-coordinate representation of color #4C940F: hue angle of 92.48º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C940F is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 76 148 15 -
CMYK 0.49 0 0.90 0.42
HSL 92.48º 0.82% 0.32% -
HSV(B) 92.48º 0.9% 0.58% -
XYZ 13.66 22.75 4.12 -
YUV 111.31 73.65 102.81 -
System Red Green Blue C M Y K H S L
Decimal 76 148 15 0.49 0 0.90 0.42 92.48 0.82 0.32
Hex 4C 94 F 31 0 5A 2A 5C 52 20
Octal 114 224 17 61 0 132 52 134 122 40
Binary 1001100 10010100 1111 110001 0 1011010 101010 1011100 1010010 100000

Color Harmonies of #4C940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C940F

Black with #4C940F

Text Example


Text Example

White with #4C940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,148,15); }

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

background-color css

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

 a { background-color: rgb(76,148,15); }

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

border-color css

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

 span { border-color: rgb(76,148,15); }

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