Html Css Color HEX #4D970F Limeade

📋 copy color: '#4D970F'

red 77 ◦ green 151 ◦ blue 15

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

Shades of Limeade #4D970F

Tints of Limeade #4D970F

RGB

 RED value IS 77 (30.47% from 255) = 31.69%

 GREEN value IS 151 (59.38% from 255) = 62.14%

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

R = 31.69%
G = 62.14%
B = 6.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#4D970F (or 0x4D970F) is known color: Limeade. HEX triplet: 4D, 97 and 0F. RGB value is (77,151,15). Sum of RGB (Red+Green+Blue) = 77+151+15=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 151 (59.38% from 255 or 62.14% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 151 - color contains mainly: green. Hex color #4D970F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D970F is #B268F0. Grayscale: #717171. Windows color (decimal): -11692273 or 1021773. OLE color: 1021773.

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

Color convert

RGB 77 151 15 -
CMYK 0.49 0 0.90 0.41
HSL 92.65º 0.82% 0.33% -
HSV(B) 92.65º 0.9% 0.59% -
XYZ 14.21 23.75 4.29 -
YUV 113.37 72.48 102.06 -
System Red Green Blue C M Y K H S L
Decimal 77 151 15 0.49 0 0.90 0.41 92.65 0.82 0.33
Hex 4D 97 F 31 0 5A 29 5D 52 21
Octal 115 227 17 61 0 132 51 135 122 41
Binary 1001101 10010111 1111 110001 0 1011010 101001 1011101 1010010 100001

Color Harmonies of #4D970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D970F

Black with #4D970F

Text Example


Text Example

White with #4D970F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,151,15); }

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

background-color css

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

 a { background-color: rgb(77,151,15); }

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

border-color css

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

 span { border-color: rgb(77,151,15); }

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