Html Css Color HEX #79CA20 Lima

📋 copy color: '#79CA20'

red 121 ◦ green 202 ◦ blue 32

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

Shades of Lima #79CA20

Tints of Lima #79CA20

RGB

 RED value IS 121 (47.66% from 255) = 34.08%

 GREEN value IS 202 (79.3% from 255) = 56.9%

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 34.08%
G = 56.9%
B = 9.01%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#79CA20 (or 0x79CA20) is known color: Lima. HEX triplet: 79, CA and 20. RGB value is (121,202,32). Sum of RGB (Red+Green+Blue) = 121+202+32=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #79CA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79CA20 is #8635DF. Grayscale: #9F9F9F. Windows color (decimal): -8795616 or 2148985. OLE color: 2148985.

HSL color Cylindrical-coordinate representation of color #79CA20: hue angle of 88.59º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #79CA20 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 202 32 -
CMYK 0.40 0 0.84 0.21
HSL 88.59º 0.73% 0.46% -
HSV(B) 88.59º 0.84% 0.79% -
XYZ 29.27 46.41 8.78 -
YUV 158.4 56.66 101.32 -
System Red Green Blue C M Y K H S L
Decimal 121 202 32 0.40 0 0.84 0.21 88.59 0.73 0.46
Hex 79 CA 20 28 0 54 15 59 49 2E
Octal 171 312 40 50 0 124 25 131 111 56
Binary 1111001 11001010 100000 101000 0 1010100 10101 1011001 1001001 101110

Color Harmonies of #79CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79CA20

Black with #79CA20

Text Example


Text Example

White with #79CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79CA20; }

 p { color: rgb(121,202,32); }

 H1.HeaderClassName
 {
   color: #79CA20;
 }
 .AnyTagClassName
 {
   color: #79CA20;
 }
</style>

background-color css

<style>
 a { background-color: #79CA20; }

 a { background-color: rgb(121,202,32); }

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

border-color css

<style>
 span { border-color: #79CA20; }

 span { border-color: rgb(121,202,32); }

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