#7ABB30

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

Shades of Lima #7ABB30

Tints of Lima #7ABB30

Color information

#7ABB30 (or 0x7ABB30) is unknown color: approx Lima. HEX triplet: 7A, BB and 30. RGB value is (122,187,48). Sum of RGB (Red+Green+Blue) = 122+187+48=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABB30 is #8544CF. Grayscale: #989898. Windows color (decimal): -8733904 or 3193722. OLE color: 3193722.

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

Color convert

RGB12218748-
CMYK0.3500.740.27
HSL88.06º59.15%46.08%-
HSV(B)88.06º74.33%73.33%-
XYZ26.3339.899.11-
YUV151.7269.47106.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.17%
GREEN value IS 187 (73.44% from 255) = 52.38%
BLUE value IS 48 (19.14% from 255) = 13.45%
R=34.17%
G=52.38%
B=13.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122187480.3500.740.2788.0659.1546.08
Hex7ABB302304A1B583b2e
Octal17227360430112331307356
Binary11110101011101111000010001101001010110111011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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