#79C023

Color #79C023 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #79C023

Tints of Lima #79C023

Color information

#79C023 (or 0x79C023) is unknown color: approx Lima. HEX triplet: 79, C0 and 23. RGB value is (121,192,35). Sum of RGB (Red+Green+Blue) = 121+192+35=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #79C023 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79C023 is #863FDC. Grayscale: #999999. Windows color (decimal): -8798173 or 2343033. OLE color: 2343033.

HSL color Cylindrical-coordinate representation of color #79C023: hue angle of 87.13º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #79C023 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB12119235-
CMYK0.3700.820.25
HSL87.13º69.16%44.51%-
HSV(B)87.13º81.77%75.29%-
XYZ27.0441.898.25-
YUV152.8761.48105.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.77%
GREEN value IS 192 (75.39% from 255) = 55.17%
BLUE value IS 35 (14.06% from 255) = 10.06%
R=34.77%
G=55.17%
B=10.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121192350.3700.820.2587.1369.1644.51
Hex79C023250521957452d
Octal171300434501223112710555
Binary111100111000000100011100101010100101100110101111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,192,35); }

 H1.HeaderClassName
 {
   color: #79C023;
 }
 .AnyTagClassName
 {
   color: #79C023;
 }
</style>
background-color css

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

 a { background-color: rgb(121,192,35); }

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

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

 span { border-color: rgb(121,192,35); }

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