Html Css Color HEX #73D119 Lima

📋 copy color: '#73D119'

red 115 ◦ green 209 ◦ blue 25

#73D119
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #73D119

Tints of Lima #73D119

RGB

 RED value IS 115 (45.31% from 255) = 32.95%

 GREEN value IS 209 (82.03% from 255) = 59.89%

 BLUE value IS 25 (10.16% from 255) = 7.16%

R = 32.95%
G = 59.89%
B = 7.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#73D119 (or 0x73D119) is known color: Lima. HEX triplet: 73, D1 and 19. RGB value is (115,209,25). Sum of RGB (Red+Green+Blue) = 115+209+25=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 209 (82.03% from 255 or 59.89% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 209 - color contains mainly: green. Hex color #73D119 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D119 is #8C2EE6. Grayscale: #A0A0A0. Windows color (decimal): -9187047 or 1692019. OLE color: 1692019.

HSL color Cylindrical-coordinate representation of color #73D119: hue angle of 90.65º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73D119 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 209 25 -
CMYK 0.45 0 0.88 0.18
HSL 90.65º 0.79% 0.46% -
HSV(B) 90.65º 0.88% 0.82% -
XYZ 30.05 49.32 8.86 -
YUV 159.92 51.86 95.96 -
System Red Green Blue C M Y K H S L
Decimal 115 209 25 0.45 0 0.88 0.18 90.65 0.79 0.46
Hex 73 D1 19 2D 0 58 12 5B 4F 2E
Octal 163 321 31 55 0 130 22 133 117 56
Binary 1110011 11010001 11001 101101 0 1011000 10010 1011011 1001111 101110

Color Harmonies of #73D119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D119

Black with #73D119

Text Example


Text Example

White with #73D119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,209,25); }

 H1.HeaderClassName
 {
   color: #73D119;
 }
 .AnyTagClassName
 {
   color: #73D119;
 }
</style>

background-color css

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

 a { background-color: rgb(115,209,25); }

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

border-color css

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

 span { border-color: rgb(115,209,25); }

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