#7ABB34

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

Shades of Lima #7ABB34

Tints of Lima #7ABB34

Color information

#7ABB34 (or 0x7ABB34) is unknown color: approx Lima. HEX triplet: 7A, BB and 34. RGB value is (122,187,52). Sum of RGB (Red+Green+Blue) = 122+187+52=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABB34 is #8544CB. Grayscale: #989898. Windows color (decimal): -8733900 or 3455866. OLE color: 3455866.

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

Color convert

RGB12218752-
CMYK0.3500.720.27
HSL88.89º56.49%46.86%-
HSV(B)88.89º72.19%73.33%-
XYZ26.4239.939.56-
YUV152.1771.47106.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.80%
GREEN value IS 187 (73.44% from 255) = 51.80%
BLUE value IS 52 (20.70% from 255) = 14.40%
R=33.80%
G=51.80%
B=14.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122187520.3500.720.2788.8956.4946.86
Hex7ABB34230481B59382f
Octal17227364430110331317057
Binary11110101011101111010010001101001000110111011001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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