Html Css Color HEX #4D951C Limeade

📋 copy color: '#4D951C'

red 77 ◦ green 149 ◦ blue 28

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

Shades of Limeade #4D951C

Tints of Limeade #4D951C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 58.66%

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 30.31%
G = 58.66%
B = 11.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#4D951C (or 0x4D951C) is known color: Limeade. HEX triplet: 4D, 95 and 1C. RGB value is (77,149,28). Sum of RGB (Red+Green+Blue) = 77+149+28=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #4D951C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D951C is #B26AE3. Grayscale: #727272. Windows color (decimal): -11692772 or 1873229. OLE color: 1873229.

HSL color Cylindrical-coordinate representation of color #4D951C: hue angle of 95.7º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D951C is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 149 28 -
CMYK 0.48 0 0.81 0.42
HSL 95.7º 0.68% 0.35% -
HSV(B) 95.7º 0.81% 0.58% -
XYZ 14.02 23.16 4.83 -
YUV 113.68 79.65 101.84 -
System Red Green Blue C M Y K H S L
Decimal 77 149 28 0.48 0 0.81 0.42 95.7 0.68 0.35
Hex 4D 95 1C 30 0 51 2A 60 44 23
Octal 115 225 34 60 0 121 52 140 104 43
Binary 1001101 10010101 11100 110000 0 1010001 101010 1100000 1000100 100011

Color Harmonies of #4D951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D951C

Black with #4D951C

Text Example


Text Example

White with #4D951C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,149,28); }

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

background-color css

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

 a { background-color: rgb(77,149,28); }

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

border-color css

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

 span { border-color: rgb(77,149,28); }

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