Html Css Color HEX #4A9911 Limeade

📋 copy color: '#4A9911'

red 74 ◦ green 153 ◦ blue 17

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

Shades of Limeade #4A9911

Tints of Limeade #4A9911

RGB

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

 GREEN value IS 153 (60.16% from 255) = 62.7%

 BLUE value IS 17 (7.03% from 255) = 6.97%

R = 30.33%
G = 62.7%
B = 6.97%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#4A9911 (or 0x4A9911) is known color: Limeade. HEX triplet: 4A, 99 and 11. RGB value is (74,153,17). Sum of RGB (Red+Green+Blue) = 74+153+17=244 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.33% from 244); Green value is 153 (60.16% from 255 or 62.70% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 153 - color contains mainly: green. Hex color #4A9911 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9911 is #B566EE. Grayscale: #727272. Windows color (decimal): -11888367 or 1153354. OLE color: 1153354.

HSL color Cylindrical-coordinate representation of color #4A9911: hue angle of 94.85º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A9911 is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB 74 153 17 -
CMYK 0.52 0 0.89 0.4
HSL 94.85º 0.8% 0.33% -
HSV(B) 94.85º 0.89% 0.6% -
XYZ 14.32 24.28 4.46 -
YUV 113.88 73.33 99.56 -
System Red Green Blue C M Y K H S L
Decimal 74 153 17 0.52 0 0.89 0.4 94.85 0.8 0.33
Hex 4A 99 11 34 0 59 28 5F 50 21
Octal 112 231 21 64 0 131 50 137 120 41
Binary 1001010 10011001 10001 110100 0 1011001 101000 1011111 1010000 100001

Color Harmonies of #4A9911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9911

Black with #4A9911

Text Example


Text Example

White with #4A9911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,153,17); }

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

background-color css

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

 a { background-color: rgb(74,153,17); }

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

border-color css

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

 span { border-color: rgb(74,153,17); }

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