Html Css Color HEX #4D921B Limeade

📋 copy color: '#4D921B'

red 77 ◦ green 146 ◦ blue 27

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

Shades of Limeade #4D921B

Tints of Limeade #4D921B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.8%

R = 30.8%
G = 58.4%
B = 10.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#4D921B (or 0x4D921B) is known color: Limeade. HEX triplet: 4D, 92 and 1B. RGB value is (77,146,27). Sum of RGB (Red+Green+Blue) = 77+146+27=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 146 (57.42% from 255 or 58.4% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 146 - color contains mainly: green. Hex color #4D921B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D921B is #B26DE4. Grayscale: #707070. Windows color (decimal): -11693541 or 1806925. OLE color: 1806925.

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

Color convert

RGB 77 146 27 -
CMYK 0.47 0 0.82 0.43
HSL 94.79º 0.69% 0.34% -
HSV(B) 94.79º 0.82% 0.57% -
XYZ 13.54 22.21 4.61 -
YUV 111.8 80.14 103.18 -
System Red Green Blue C M Y K H S L
Decimal 77 146 27 0.47 0 0.82 0.43 94.79 0.69 0.34
Hex 4D 92 1B 2F 0 52 2B 5F 45 22
Octal 115 222 33 57 0 122 53 137 105 42
Binary 1001101 10010010 11011 101111 0 1010010 101011 1011111 1000101 100010

Color Harmonies of #4D921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D921B

Black with #4D921B

Text Example


Text Example

White with #4D921B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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