#73C82E

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

Shades of Lima #73C82E

Tints of Lima #73C82E

Color information

#73C82E (or 0x73C82E) is unknown color: approx Lima. HEX triplet: 73, C8 and 2E. RGB value is (115,200,46). Sum of RGB (Red+Green+Blue) = 115+200+46=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #73C82E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C82E is #8C37D1. Grayscale: #9D9D9D. Windows color (decimal): -9189330 or 3065971. OLE color: 3065971.

HSL color Cylindrical-coordinate representation of color #73C82E: hue angle of 93.12º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73C82E is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB11520046-
CMYK0.4200.770.22
HSL93.12º62.6%48.24%-
HSV(B)93.12º77%78.43%-
XYZ28.2245.159.81-
YUV157.0365.3498.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.86%
GREEN value IS 200 (78.52% from 255) = 55.40%
BLUE value IS 46 (18.36% from 255) = 12.74%
R=31.86%
G=55.40%
B=12.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal115200460.4200.770.2293.1262.648.24
Hex73C82E2A04D165d3f30
Octal16331056520115261357760
Binary11100111100100010111010101001001101101101011101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73C82E; }

 p { color: rgb(115,200,46); }

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

<style>
 a { background-color: #73C82E; }

 a { background-color: rgb(115,200,46); }

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

<style>
 span { border-color: #73C82E; }

 span { border-color: rgb(115,200,46); }

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