Html Css Color HEX #73D319 Lima

📋 copy color: '#73D319'

red 115 ◦ green 211 ◦ blue 25

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

Shades of Lima #73D319

Tints of Lima #73D319

RGB

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

 GREEN value IS 211 (82.81% from 255) = 60.11%

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

R = 32.76%
G = 60.11%
B = 7.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#73D319 (or 0x73D319) is known color: Lima. HEX triplet: 73, D3 and 19. RGB value is (115,211,25). Sum of RGB (Red+Green+Blue) = 115+211+25=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 211 (82.81% from 255 or 60.11% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 211 - color contains mainly: green. Hex color #73D319 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D319 is #8C2CE6. Grayscale: #A1A1A1. Windows color (decimal): -9186535 or 1692531. OLE color: 1692531.

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

Color convert

RGB 115 211 25 -
CMYK 0.45 0 0.88 0.17
HSL 90.97º 0.79% 0.46% -
HSV(B) 90.97º 0.88% 0.83% -
XYZ 30.54 50.3 9.02 -
YUV 161.09 51.2 95.12 -
System Red Green Blue C M Y K H S L
Decimal 115 211 25 0.45 0 0.88 0.17 90.97 0.79 0.46
Hex 73 D3 19 2D 0 58 11 5B 4F 2E
Octal 163 323 31 55 0 130 21 133 117 56
Binary 1110011 11010011 11001 101101 0 1011000 10001 1011011 1001111 101110

Color Harmonies of #73D319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D319

Black with #73D319

Text Example


Text Example

White with #73D319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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