#7ABE29

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

Shades of Lima #7ABE29

Tints of Lima #7ABE29

Color information

#7ABE29 (or 0x7ABE29) is unknown color: approx Lima. HEX triplet: 7A, BE and 29. RGB value is (122,190,41). Sum of RGB (Red+Green+Blue) = 122+190+41=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 190 (74.61% from 255 or 53.82% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABE29 is #8541D6. Grayscale: #999999. Windows color (decimal): -8733143 or 2735738. OLE color: 2735738.

HSL color Cylindrical-coordinate representation of color #7ABE29: hue angle of 87.38º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7ABE29 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB12219041-
CMYK0.3600.780.25
HSL87.38º64.5%45.29%-
HSV(B)87.38º78.42%74.51%-
XYZ26.8441.128.62-
YUV152.6864.97106.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.56%
GREEN value IS 190 (74.61% from 255) = 53.82%
BLUE value IS 41 (16.41% from 255) = 11.61%
R=34.56%
G=53.82%
B=11.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122190410.3600.780.2587.3864.545.29
Hex7ABE292404E1957412d
Octal172276514401163112710155
Binary111101010111110101001100100010011101100110101111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,190,41); }

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

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

 a { background-color: rgb(122,190,41); }

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

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

 span { border-color: rgb(122,190,41); }

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