Html Css Color HEX #4D9202 Limeade

📋 copy color: '#4D9202'

red 77 ◦ green 146 ◦ blue 2

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

Shades of Limeade #4D9202

Tints of Limeade #4D9202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 64.89%

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

R = 34.22%
G = 64.89%
B = 0.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#4D9202 (or 0x4D9202) is known color: Limeade. HEX triplet: 4D, 92 and 02. RGB value is (77,146,2). Sum of RGB (Red+Green+Blue) = 77+146+2=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 146 (57.42% from 255 or 64.89% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 146 - color contains mainly: green. Hex color #4D9202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9202 is #B26DFD. Grayscale: #6D6D6D. Windows color (decimal): -11693566 or 168525. OLE color: 168525.

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

Color convert

RGB 77 146 2 -
CMYK 0.47 0 0.99 0.43
HSL 88.75º 0.97% 0.29% -
HSV(B) 88.75º 0.99% 0.57% -
XYZ 13.35 22.14 3.63 -
YUV 108.95 67.64 105.21 -
System Red Green Blue C M Y K H S L
Decimal 77 146 2 0.47 0 0.99 0.43 88.75 0.97 0.29
Hex 4D 92 2 2F 0 63 2B 59 61 1D
Octal 115 222 2 57 0 143 53 131 141 35
Binary 1001101 10010010 10 101111 0 1100011 101011 1011001 1100001 11101

Color Harmonies of #4D9202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9202

Black with #4D9202

Text Example


Text Example

White with #4D9202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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