#7AB30F

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

Shades of Lima #7AB30F

Tints of Lima #7AB30F

Color information

#7AB30F (or 0x7AB30F) is unknown color: approx Lima. HEX triplet: 7A, B3 and 0F. RGB value is (122,179,15). Sum of RGB (Red+Green+Blue) = 122+179+15=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 179 (70.31% from 255 or 56.65% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB30F is #854CF0. Grayscale: #8F8F8F. Windows color (decimal): -8735985 or 1028986. OLE color: 1028986.

HSL color Cylindrical-coordinate representation of color #7AB30F: hue angle of 80.85º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AB30F is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB12217915-
CMYK0.3200.920.30
HSL80.85º84.54%38.04%-
HSV(B)80.85º91.62%70.2%-
XYZ24.2336.416.2-
YUV143.2655.62112.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.61%
GREEN value IS 179 (70.31% from 255) = 56.65%
BLUE value IS 15 (6.25% from 255) = 4.75%
R=38.61%
G=56.65%
B=4.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal122179150.3200.920.3080.8584.5438.04
Hex7AB3F2005C1E515526
Octal172263174001343612112546
Binary1111010101100111111100000010111001111010100011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AB30F; }

 p { color: rgb(122,179,15); }

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

<style>
 a { background-color: #7AB30F; }

 a { background-color: rgb(122,179,15); }

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

<style>
 span { border-color: #7AB30F; }

 span { border-color: rgb(122,179,15); }

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