Html Css Color HEX #79BD1C Lima

📋 copy color: '#79BD1C'

red 121 ◦ green 189 ◦ blue 28

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

Shades of Lima #79BD1C

Tints of Lima #79BD1C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.92%

 BLUE value IS 28 (11.33% from 255) = 8.28%

R = 35.8%
G = 55.92%
B = 8.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#79BD1C (or 0x79BD1C) is known color: Lima. HEX triplet: 79, BD and 1C. RGB value is (121,189,28). Sum of RGB (Red+Green+Blue) = 121+189+28=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #79BD1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79BD1C is #8642E3. Grayscale: #969696. Windows color (decimal): -8798948 or 1883513. OLE color: 1883513.

HSL color Cylindrical-coordinate representation of color #79BD1C: hue angle of 85.34º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #79BD1C is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 189 28 -
CMYK 0.36 0 0.85 0.26
HSL 85.34º 0.74% 0.43% -
HSV(B) 85.34º 0.85% 0.74% -
XYZ 26.29 40.54 7.54 -
YUV 150.31 58.97 107.09 -
System Red Green Blue C M Y K H S L
Decimal 121 189 28 0.36 0 0.85 0.26 85.34 0.74 0.43
Hex 79 BD 1C 24 0 55 1A 55 4A 2B
Octal 171 275 34 44 0 125 32 125 112 53
Binary 1111001 10111101 11100 100100 0 1010101 11010 1010101 1001010 101011

Color Harmonies of #79BD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BD1C

Black with #79BD1C

Text Example


Text Example

White with #79BD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,189,28); }

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

background-color css

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

 a { background-color: rgb(121,189,28); }

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

border-color css

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

 span { border-color: rgb(121,189,28); }

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