#7ABD36

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

Shades of Lima #7ABD36

Tints of Lima #7ABD36

Color information

#7ABD36 (or 0x7ABD36) is unknown color: approx Lima. HEX triplet: 7A, BD and 36. RGB value is (122,189,54). Sum of RGB (Red+Green+Blue) = 122+189+54=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABD36 is #8542C9. Grayscale: #9A9A9A. Windows color (decimal): -8733386 or 3587450. OLE color: 3587450.

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

Color convert

RGB12218954-
CMYK0.3500.710.26
HSL89.78º55.56%47.65%-
HSV(B)89.78º71.43%74.12%-
XYZ26.8940.89.95-
YUV153.5871.8105.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.42%
GREEN value IS 189 (74.22% from 255) = 51.78%
BLUE value IS 54 (21.48% from 255) = 14.79%
R=33.42%
G=51.78%
B=14.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122189540.3500.710.2689.7855.5647.65
Hex7ABD36230471A5a3830
Octal17227566430107321327060
Binary11110101011110111011010001101000111110101011010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,189,54); }

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

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

 a { background-color: rgb(122,189,54); }

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

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

 span { border-color: rgb(122,189,54); }

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