#7ABC1C

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

Shades of Lima #7ABC1C

Tints of Lima #7ABC1C

Color information

#7ABC1C (or 0x7ABC1C) is unknown color: approx Lima. HEX triplet: 7A, BC and 1C. RGB value is (122,188,28). Sum of RGB (Red+Green+Blue) = 122+188+28=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC1C is #8543E3. Grayscale: #969696. Windows color (decimal): -8733668 or 1883258. OLE color: 1883258.

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

Color convert

RGB12218828-
CMYK0.3500.850.26
HSL84.75º74.07%42.35%-
HSV(B)84.75º85.11%73.73%-
XYZ26.2240.197.47-
YUV150.0359.13108.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.09%
GREEN value IS 188 (73.83% from 255) = 55.62%
BLUE value IS 28 (11.33% from 255) = 8.28%
R=36.09%
G=55.62%
B=8.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122188280.3500.850.2684.7574.0742.35
Hex7ABC1C230551A554a2a
Octal172274344301253212511252
Binary11110101011110011100100011010101011101010101011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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