Html Css Color HEX #4F921A Limeade

📋 copy color: '#4F921A'

red 79 ◦ green 146 ◦ blue 26

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

Shades of Limeade #4F921A

Tints of Limeade #4F921A

RGB

 RED value IS 79 (31.25% from 255) = 31.47%

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

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 31.47%
G = 58.17%
B = 10.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#4F921A (or 0x4F921A) is known color: Limeade. HEX triplet: 4F, 92 and 1A. RGB value is (79,146,26). Sum of RGB (Red+Green+Blue) = 79+146+26=251 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.47% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #4F921A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F921A is #B06DE5. Grayscale: #707070. Windows color (decimal): -11562470 or 1741391. OLE color: 1741391.

HSL color Cylindrical-coordinate representation of color #4F921A: hue angle of 93.5º degrees, saturation: 0.7, 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 #4F921A is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 79 146 26 -
CMYK 0.46 0 0.82 0.43
HSL 93.5º 0.7% 0.34% -
HSV(B) 93.5º 0.82% 0.57% -
XYZ 13.69 22.29 4.56 -
YUV 112.29 79.3 104.26 -
System Red Green Blue C M Y K H S L
Decimal 79 146 26 0.46 0 0.82 0.43 93.5 0.7 0.34
Hex 4F 92 1A 2E 0 52 2B 5E 46 22
Octal 117 222 32 56 0 122 53 136 106 42
Binary 1001111 10010010 11010 101110 0 1010010 101011 1011110 1000110 100010

Color Harmonies of #4F921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F921A

Black with #4F921A

Text Example


Text Example

White with #4F921A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,146,26); }

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

background-color css

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

 a { background-color: rgb(79,146,26); }

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

border-color css

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

 span { border-color: rgb(79,146,26); }

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