Html Css Color HEX #4D9402 Limeade

📋 copy color: '#4D9402'

red 77 ◦ green 148 ◦ blue 2

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

Shades of Limeade #4D9402

Tints of Limeade #4D9402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 65.2%

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 33.92%
G = 65.2%
B = 0.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#4D9402 (or 0x4D9402) is known color: Limeade. HEX triplet: 4D, 94 and 02. RGB value is (77,148,2). Sum of RGB (Red+Green+Blue) = 77+148+2=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 148 (58.20% from 255 or 65.20% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 148 - color contains mainly: green. Hex color #4D9402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9402 is #B26BFD. Grayscale: #6E6E6E. Windows color (decimal): -11693054 or 169037. OLE color: 169037.

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

Color convert

RGB 77 148 2 -
CMYK 0.48 0 0.99 0.42
HSL 89.18º 0.97% 0.29% -
HSV(B) 89.18º 0.99% 0.58% -
XYZ 13.66 22.76 3.73 -
YUV 110.13 66.98 104.37 -
System Red Green Blue C M Y K H S L
Decimal 77 148 2 0.48 0 0.99 0.42 89.18 0.97 0.29
Hex 4D 94 2 30 0 63 2A 59 61 1D
Octal 115 224 2 60 0 143 52 131 141 35
Binary 1001101 10010100 10 110000 0 1100011 101010 1011001 1100001 11101

Color Harmonies of #4D9402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9402

Black with #4D9402

Text Example


Text Example

White with #4D9402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,148,2); }

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

background-color css

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

 a { background-color: rgb(77,148,2); }

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

border-color css

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

 span { border-color: rgb(77,148,2); }

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