#73C21F

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

Shades of Lima #73C21F

Tints of Lima #73C21F

Color information

#73C21F (or 0x73C21F) is unknown color: approx Lima. HEX triplet: 73, C2 and 1F. RGB value is (115,194,31). Sum of RGB (Red+Green+Blue) = 115+194+31=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #73C21F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C21F is #8C3DE0. Grayscale: #989898. Windows color (decimal): -9190881 or 2081395. OLE color: 2081395.

HSL color Cylindrical-coordinate representation of color #73C21F: hue angle of 89.08º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73C21F is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB11519431-
CMYK0.4100.840.24
HSL89.08º72.44%44.12%-
HSV(B)89.08º84.02%76.08%-
XYZ26.6142.338.06-
YUV151.859.83101.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 194 (76.17% from 255) = 57.06%
BLUE value IS 31 (12.5% from 255) = 9.12%
R=33.82%
G=57.06%
B=9.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal115194310.4100.840.2489.0872.4444.12
Hex73C21F290541859482c
Octal163302375101243013111054
Binary11100111100001011111101001010101001100010110011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,194,31); }

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

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

 a { background-color: rgb(115,194,31); }

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

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

 span { border-color: rgb(115,194,31); }

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