Html Css Color HEX #4D9302 Limeade

📋 copy color: '#4D9302'

red 77 ◦ green 147 ◦ blue 2

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

Shades of Limeade #4D9302

Tints of Limeade #4D9302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 65.04%

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

R = 34.07%
G = 65.04%
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

#4D9302 (or 0x4D9302) is known color: Limeade. HEX triplet: 4D, 93 and 02. RGB value is (77,147,2). Sum of RGB (Red+Green+Blue) = 77+147+2=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 147 (57.81% from 255 or 65.04% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 147 - color contains mainly: green. Hex color #4D9302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9302 is #B26CFD. Grayscale: #6E6E6E. Windows color (decimal): -11693310 or 168781. OLE color: 168781.

HSL color Cylindrical-coordinate representation of color #4D9302: hue angle of 88.97º 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 #4D9302 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 147 2 -
CMYK 0.48 0 0.99 0.42
HSL 88.97º 0.97% 0.29% -
HSV(B) 88.97º 0.99% 0.58% -
XYZ 13.51 22.45 3.68 -
YUV 109.54 67.31 104.79 -
System Red Green Blue C M Y K H S L
Decimal 77 147 2 0.48 0 0.99 0.42 88.97 0.97 0.29
Hex 4D 93 2 30 0 63 2A 59 61 1D
Octal 115 223 2 60 0 143 52 131 141 35
Binary 1001101 10010011 10 110000 0 1100011 101010 1011001 1100001 11101

Color Harmonies of #4D9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9302

Black with #4D9302

Text Example


Text Example

White with #4D9302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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