Html Css Color HEX #4F961D Limeade

📋 copy color: '#4F961D'

red 79 ◦ green 150 ◦ blue 29

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

Shades of Limeade #4F961D

Tints of Limeade #4F961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 58.14%

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 30.62%
G = 58.14%
B = 11.24%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#4F961D (or 0x4F961D) is known color: Limeade. HEX triplet: 4F, 96 and 1D. RGB value is (79,150,29). Sum of RGB (Red+Green+Blue) = 79+150+29=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 150 (58.98% from 255 or 58.14% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 150 - color contains mainly: green. Hex color #4F961D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F961D is #B069E2. Grayscale: #737373. Windows color (decimal): -11561443 or 1939023. OLE color: 1939023.

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

Color convert

RGB 79 150 29 -
CMYK 0.47 0 0.81 0.41
HSL 95.21º 0.68% 0.35% -
HSV(B) 95.21º 0.81% 0.59% -
XYZ 14.35 23.56 4.95 -
YUV 114.98 79.48 102.34 -
System Red Green Blue C M Y K H S L
Decimal 79 150 29 0.47 0 0.81 0.41 95.21 0.68 0.35
Hex 4F 96 1D 2F 0 51 29 5F 44 23
Octal 117 226 35 57 0 121 51 137 104 43
Binary 1001111 10010110 11101 101111 0 1010001 101001 1011111 1000100 100011

Color Harmonies of #4F961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F961D

Black with #4F961D

Text Example


Text Example

White with #4F961D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,150,29); }

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

background-color css

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

 a { background-color: rgb(79,150,29); }

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

border-color css

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

 span { border-color: rgb(79,150,29); }

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