#7ACB02

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

Shades of Lima #7ACB02

Tints of Lima #7ACB02

Color information

#7ACB02 (or 0x7ACB02) is unknown color: approx Lima. HEX triplet: 7A, CB and 02. RGB value is (122,203,2). Sum of RGB (Red+Green+Blue) = 122+203+2=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 203 (79.69% from 255 or 62.08% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACB02 is #8534FD. Grayscale: #9C9C9C. Windows color (decimal): -8729854 or 183162. OLE color: 183162.

HSL color Cylindrical-coordinate representation of color #7ACB02: hue angle of 84.18º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7ACB02 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB1222032-
CMYK0.4000.990.20
HSL84.18º98.05%40.2%-
HSV(B)84.18º99.01%79.61%-
XYZ29.3946.857.55-
YUV155.8741.16103.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.31%
GREEN value IS 203 (79.69% from 255) = 62.08%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=37.31%
G=62.08%
B=0.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal12220320.4000.990.2084.1898.0540.2
Hex7ACB22806314546228
Octal17231325001432412414250
Binary11110101100101110101000011000111010010101001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,203,2); }

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

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

 a { background-color: rgb(122,203,2); }

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

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

 span { border-color: rgb(122,203,2); }

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