#7ACC2B

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

Shades of Lima #7ACC2B

Tints of Lima #7ACC2B

Color information

#7ACC2B (or 0x7ACC2B) is unknown color: approx Lima. HEX triplet: 7A, CC and 2B. RGB value is (122,204,43). Sum of RGB (Red+Green+Blue) = 122+204+43=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 204 (80.08% from 255 or 55.28% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC2B is #8533D4. Grayscale: #A1A1A1. Windows color (decimal): -8729557 or 2870394. OLE color: 2870394.

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

Color convert

RGB12220443-
CMYK0.4000.790.2
HSL90.56º65.18%48.43%-
HSV(B)90.56º78.92%80%-
XYZ30.0547.59.87-
YUV161.1361.33100.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.06%
GREEN value IS 204 (80.08% from 255) = 55.28%
BLUE value IS 43 (17.19% from 255) = 11.65%
R=33.06%
G=55.28%
B=11.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal122204430.4000.790.290.5665.1848.43
Hex7ACC2B2804F145b4130
Octal172314535001172413310160
Binary111101011001100101011101000010011111010010110111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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