Html Css Color HEX #7ABC0E Lima

📋 copy color: '#7ABC0E'

red 122 ◦ green 188 ◦ blue 14

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

Shades of Lima #7ABC0E

Tints of Lima #7ABC0E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.02%

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

R = 37.65%
G = 58.02%
B = 4.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#7ABC0E (or 0x7ABC0E) is known color: Lima. HEX triplet: 7A, BC and 0E. RGB value is (122,188,14). Sum of RGB (Red+Green+Blue) = 122+188+14=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABC0E is #8543F1. Grayscale: #959595. Windows color (decimal): -8733682 or 965754. OLE color: 965754.

HSL color Cylindrical-coordinate representation of color #7ABC0E: hue angle of 82.76º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7ABC0E is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 188 14 -
CMYK 0.35 0 0.93 0.26
HSL 82.76º 0.86% 0.4% -
HSV(B) 82.76º 0.93% 0.74% -
XYZ 26.09 40.14 6.79 -
YUV 148.43 52.13 109.15 -
System Red Green Blue C M Y K H S L
Decimal 122 188 14 0.35 0 0.93 0.26 82.76 0.86 0.4
Hex 7A BC E 23 0 5D 1A 53 56 28
Octal 172 274 16 43 0 135 32 123 126 50
Binary 1111010 10111100 1110 100011 0 1011101 11010 1010011 1010110 101000

Color Harmonies of #7ABC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABC0E

Black with #7ABC0E

Text Example


Text Example

White with #7ABC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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