Html Css Color HEX #4F9301 Limeade

📋 copy color: '#4F9301'

red 79 ◦ green 147 ◦ blue 1

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

Shades of Limeade #4F9301

Tints of Limeade #4F9301

RGB

 RED value IS 79 (31.25% from 255) = 34.8%

 GREEN value IS 147 (57.81% from 255) = 64.76%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 34.8%
G = 64.76%
B = 0.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#4F9301 (or 0x4F9301) is known color: Limeade. HEX triplet: 4F, 93 and 01. RGB value is (79,147,1). Sum of RGB (Red+Green+Blue) = 79+147+1=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 147 (57.81% from 255 or 64.76% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 147 - color contains mainly: green. Hex color #4F9301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9301 is #B06CFE. Grayscale: #6E6E6E. Windows color (decimal): -11562239 or 103247. OLE color: 103247.

HSL color Cylindrical-coordinate representation of color #4F9301: hue angle of 87.95º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F9301 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 147 1 -
CMYK 0.46 0 0.99 0.42
HSL 87.95º 0.99% 0.29% -
HSV(B) 87.95º 0.99% 0.58% -
XYZ 13.66 22.53 3.66 -
YUV 110.02 66.47 105.87 -
System Red Green Blue C M Y K H S L
Decimal 79 147 1 0.46 0 0.99 0.42 87.95 0.99 0.29
Hex 4F 93 1 2E 0 63 2A 58 63 1D
Octal 117 223 1 56 0 143 52 130 143 35
Binary 1001111 10010011 1 101110 0 1100011 101010 1011000 1100011 11101

Color Harmonies of #4F9301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9301

Black with #4F9301

Text Example


Text Example

White with #4F9301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,147,1); }

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

background-color css

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

 a { background-color: rgb(79,147,1); }

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

border-color css

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

 span { border-color: rgb(79,147,1); }

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