#79BB30

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

Shades of Lima #79BB30

Tints of Lima #79BB30

Color information

#79BB30 (or 0x79BB30) is unknown color: approx Lima. HEX triplet: 79, BB and 30. RGB value is (121,187,48). Sum of RGB (Red+Green+Blue) = 121+187+48=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 187 (73.44% from 255 or 52.53% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 187 - color contains mainly: green. Hex color #79BB30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79BB30 is #8644CF. Grayscale: #979797. Windows color (decimal): -8799440 or 3193721. OLE color: 3193721.

HSL color Cylindrical-coordinate representation of color #79BB30: hue angle of 88.49º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #79BB30 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB12118748-
CMYK0.3500.740.27
HSL88.49º59.15%46.08%-
HSV(B)88.49º74.33%73.33%-
XYZ26.1939.829.1-
YUV151.4269.63106.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.99%
GREEN value IS 187 (73.44% from 255) = 52.53%
BLUE value IS 48 (19.14% from 255) = 13.48%
R=33.99%
G=52.53%
B=13.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121187480.3500.740.2788.4959.1546.08
Hex79BB302304A1B583b2e
Octal17127360430112331307356
Binary11110011011101111000010001101001010110111011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,187,48); }

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

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

 a { background-color: rgb(121,187,48); }

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

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

 span { border-color: rgb(121,187,48); }

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