Html Css Color HEX #79CC00 Lima

📋 copy color: '#79CC00'

red 121 ◦ green 204 ◦ blue 0

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

Shades of Lima #79CC00

Tints of Lima #79CC00

RGB

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

 GREEN value IS 204 (80.08% from 255) = 62.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.23%
G = 62.77%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#79CC00 (or 0x79CC00) is known color: Lima. HEX triplet: 79, CC and 00. RGB value is (121,204,0). Sum of RGB (Red+Green+Blue) = 121+204+0=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #79CC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79CC00 is #8633FF. Grayscale: #9C9C9C. Windows color (decimal): -8795136 or 52345. OLE color: 52345.

HSL color Cylindrical-coordinate representation of color #79CC00: hue angle of 84.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #79CC00 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 204 0 -
CMYK 0.41 0 1 0.2
HSL 84.41º 1% 0.4% -
HSV(B) 84.41º 1% 0.8% -
XYZ 29.48 47.25 7.57 -
YUV 155.93 40 103.09 -
System Red Green Blue C M Y K H S L
Decimal 121 204 0 0.41 0 1 0.2 84.41 1 0.4
Hex 79 CC 0 29 0 64 14 54 64 28
Octal 171 314 0 51 0 144 24 124 144 50
Binary 1111001 11001100 0 101001 0 1100100 10100 1010100 1100100 101000

Color Harmonies of #79CC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79CC00

Black with #79CC00

Text Example


Text Example

White with #79CC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,204,0); }

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

background-color css

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

 a { background-color: rgb(121,204,0); }

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

border-color css

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

 span { border-color: rgb(121,204,0); }

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