#7ABB18

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

Shades of Lima #7ABB18

Tints of Lima #7ABB18

Color information

#7ABB18 (or 0x7ABB18) is unknown color: approx Lima. HEX triplet: 7A, BB and 18. RGB value is (122,187,24). Sum of RGB (Red+Green+Blue) = 122+187+24=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 187 (73.44% from 255 or 56.16% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABB18 is #8544E7. Grayscale: #959595. Windows color (decimal): -8733928 or 1620858. OLE color: 1620858.

HSL color Cylindrical-coordinate representation of color #7ABB18: hue angle of 83.93º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7ABB18 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB12218724-
CMYK0.3500.870.27
HSL83.93º77.25%41.37%-
HSV(B)83.93º87.17%73.33%-
XYZ25.9639.747.17-
YUV148.9857.47108.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.64%
GREEN value IS 187 (73.44% from 255) = 56.16%
BLUE value IS 24 (9.77% from 255) = 7.21%
R=36.64%
G=56.16%
B=7.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122187240.3500.870.2783.9377.2541.37
Hex7ABB18230571B544d29
Octal172273304301273312411551
Binary11110101011101111000100011010101111101110101001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABB18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,187,24); }

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

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

 a { background-color: rgb(122,187,24); }

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

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

 span { border-color: rgb(122,187,24); }

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