Html Css Color HEX #7ABC0D Lima

📋 copy color: '#7ABC0D'

red 122 ◦ green 188 ◦ blue 13

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

Shades of Lima #7ABC0D

Tints of Lima #7ABC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.02%

R = 37.77%
G = 58.2%
B = 4.02%

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

#7ABC0D (or 0x7ABC0D) is known color: Lima. HEX triplet: 7A, BC and 0D. RGB value is (122,188,13). Sum of RGB (Red+Green+Blue) = 122+188+13=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABC0D is #8543F2. Grayscale: #949494. Windows color (decimal): -8733683 or 900218. OLE color: 900218.

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

Color convert

RGB 122 188 13 -
CMYK 0.35 0 0.93 0.26
HSL 82.63º 0.87% 0.39% -
HSV(B) 82.63º 0.93% 0.74% -
XYZ 26.08 40.13 6.75 -
YUV 148.32 51.63 109.23 -
System Red Green Blue C M Y K H S L
Decimal 122 188 13 0.35 0 0.93 0.26 82.63 0.87 0.39
Hex 7A BC D 23 0 5D 1A 53 57 27
Octal 172 274 15 43 0 135 32 123 127 47
Binary 1111010 10111100 1101 100011 0 1011101 11010 1010011 1010111 100111

Color Harmonies of #7ABC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABC0D

Black with #7ABC0D

Text Example


Text Example

White with #7ABC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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