Html Css Color HEX #4A950B Limeade

📋 copy color: '#4A950B'

red 74 ◦ green 149 ◦ blue 11

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

Shades of Limeade #4A950B

Tints of Limeade #4A950B

RGB

 RED value IS 74 (29.3% from 255) = 31.62%

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

 BLUE value IS 11 (4.69% from 255) = 4.7%

R = 31.62%
G = 63.68%
B = 4.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#4A950B (or 0x4A950B) is known color: Limeade. HEX triplet: 4A, 95 and 0B. RGB value is (74,149,11). Sum of RGB (Red+Green+Blue) = 74+149+11=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #4A950B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A950B is #B56AF4. Grayscale: #6F6F6F. Windows color (decimal): -11889397 or 759114. OLE color: 759114.

HSL color Cylindrical-coordinate representation of color #4A950B: hue angle of 92.61º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A950B is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 149 11 -
CMYK 0.50 0 0.93 0.42
HSL 92.61º 0.86% 0.31% -
HSV(B) 92.61º 0.93% 0.58% -
XYZ 13.63 22.97 4.03 -
YUV 110.84 71.65 101.72 -
System Red Green Blue C M Y K H S L
Decimal 74 149 11 0.50 0 0.93 0.42 92.61 0.86 0.31
Hex 4A 95 B 32 0 5D 2A 5D 56 1F
Octal 112 225 13 62 0 135 52 135 126 37
Binary 1001010 10010101 1011 110010 0 1011101 101010 1011101 1010110 11111

Color Harmonies of #4A950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A950B

Black with #4A950B

Text Example


Text Example

White with #4A950B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,149,11); }

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

background-color css

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

 a { background-color: rgb(74,149,11); }

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

border-color css

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

 span { border-color: rgb(74,149,11); }

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