#7ACC00

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

Shades of Lima #7ACC00

Tints of Lima #7ACC00

Color information

#7ACC00 (or 0x7ACC00) is unknown color: approx Lima. HEX triplet: 7A, CC and 00. RGB value is (122,204,0). Sum of RGB (Red+Green+Blue) = 122+204+0=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 204 (80.08% from 255 or 62.58% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACC00 is #8533FF. Grayscale: #9C9C9C. Windows color (decimal): -8729600 or 52346. OLE color: 52346.

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

Color convert

RGB1222040-
CMYK0.40010.2
HSL84.12º100%40%-
HSV(B)84.12º100%80%-
XYZ29.6247.327.57-
YUV156.2339.83103.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.42%
GREEN value IS 204 (80.08% from 255) = 62.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.42%
G=62.58%
B=0%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12220400.40010.284.1210040
Hex7ACC02806414546428
Octal17231405001442412414450
Binary1111010110011000101000011001001010010101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,204,0); }

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

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

 a { background-color: rgb(122,204,0); }

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

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

 span { border-color: rgb(122,204,0); }

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