#7ABF33

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

Shades of Lima #7ABF33

Tints of Lima #7ABF33

Color information

#7ABF33 (or 0x7ABF33) is unknown color: approx Lima. HEX triplet: 7A, BF and 33. RGB value is (122,191,51). Sum of RGB (Red+Green+Blue) = 122+191+51=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABF33 is #8540CC. Grayscale: #9A9A9A. Windows color (decimal): -8732877 or 3391354. OLE color: 3391354.

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

Color convert

RGB12219151-
CMYK0.3600.730.25
HSL89.57º57.85%47.45%-
HSV(B)89.57º73.3%74.9%-
XYZ27.2541.649.73-
YUV154.4169.64104.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.52%
GREEN value IS 191 (75% from 255) = 52.47%
BLUE value IS 51 (20.31% from 255) = 14.01%
R=33.52%
G=52.47%
B=14.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122191510.3600.730.2589.5757.8547.45
Hex7ABF3324049195a3a2f
Octal17227763440111311327257
Binary11110101011111111001110010001001001110011011010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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