Html Css Color HEX #73D219 Lima

📋 copy color: '#73D219'

red 115 ◦ green 210 ◦ blue 25

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

Shades of Lima #73D219

Tints of Lima #73D219

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60%

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

R = 32.86%
G = 60%
B = 7.14%

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

#73D219 (or 0x73D219) is known color: Lima. HEX triplet: 73, D2 and 19. RGB value is (115,210,25). Sum of RGB (Red+Green+Blue) = 115+210+25=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #73D219 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D219 is #8C2DE6. Grayscale: #A1A1A1. Windows color (decimal): -9186791 or 1692275. OLE color: 1692275.

HSL color Cylindrical-coordinate representation of color #73D219: hue angle of 90.81º 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 #73D219 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 210 25 -
CMYK 0.45 0 0.88 0.18
HSL 90.81º 0.79% 0.46% -
HSV(B) 90.81º 0.88% 0.82% -
XYZ 30.29 49.81 8.94 -
YUV 160.51 51.53 95.54 -
System Red Green Blue C M Y K H S L
Decimal 115 210 25 0.45 0 0.88 0.18 90.81 0.79 0.46
Hex 73 D2 19 2D 0 58 12 5B 4F 2E
Octal 163 322 31 55 0 130 22 133 117 56
Binary 1110011 11010010 11001 101101 0 1011000 10010 1011011 1001111 101110

Color Harmonies of #73D219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D219

Black with #73D219

Text Example


Text Example

White with #73D219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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