Html Css Color HEX #7AB30E Lima

📋 copy color: '#7AB30E'

red 122 ◦ green 179 ◦ blue 14

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

Shades of Lima #7AB30E

Tints of Lima #7AB30E

RGB

 RED value IS 122 (48.05% from 255) = 38.73%

 GREEN value IS 179 (70.31% from 255) = 56.83%

 BLUE value IS 14 (5.86% from 255) = 4.44%

R = 38.73%
G = 56.83%
B = 4.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#7AB30E (or 0x7AB30E) is known color: Lima. HEX triplet: 7A, B3 and 0E. RGB value is (122,179,14). Sum of RGB (Red+Green+Blue) = 122+179+14=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB30E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB30E is #854CF1. Grayscale: #8F8F8F. Windows color (decimal): -8735986 or 963450. OLE color: 963450.

HSL color Cylindrical-coordinate representation of color #7AB30E: hue angle of 80.73º 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 #7AB30E is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 179 14 -
CMYK 0.32 0 0.92 0.30
HSL 80.73º 0.85% 0.38% -
HSV(B) 80.73º 0.92% 0.7% -
XYZ 24.23 36.41 6.17 -
YUV 143.15 55.12 112.92 -
System Red Green Blue C M Y K H S L
Decimal 122 179 14 0.32 0 0.92 0.30 80.73 0.85 0.38
Hex 7A B3 E 20 0 5C 1E 51 55 26
Octal 172 263 16 40 0 134 36 121 125 46
Binary 1111010 10110011 1110 100000 0 1011100 11110 1010001 1010101 100110

Color Harmonies of #7AB30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB30E

Black with #7AB30E

Text Example


Text Example

White with #7AB30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AB30E;
 }
 .AnyTagClassName
 {
   color: #7AB30E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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