#7ABF24

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

Shades of Lima #7ABF24

Tints of Lima #7ABF24

Color information

#7ABF24 (or 0x7ABF24) is unknown color: approx Lima. HEX triplet: 7A, BF and 24. RGB value is (122,191,36). Sum of RGB (Red+Green+Blue) = 122+191+36=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABF24 is #8540DB. Grayscale: #999999. Windows color (decimal): -8732892 or 2408314. OLE color: 2408314.

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

Color convert

RGB12219136-
CMYK0.3600.810.25
HSL86.71º68.28%44.51%-
HSV(B)86.71º81.15%74.9%-
XYZ26.9841.538.26-
YUV152.762.14106.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.96%
GREEN value IS 191 (75% from 255) = 54.73%
BLUE value IS 36 (14.45% from 255) = 10.32%
R=34.96%
G=54.73%
B=10.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122191360.3600.810.2586.7168.2844.51
Hex7ABF24240511957442d
Octal172277444401213112710455
Binary111101010111111100100100100010100011100110101111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,191,36); }

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

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

 a { background-color: rgb(122,191,36); }

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

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

 span { border-color: rgb(122,191,36); }

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