Html Css Color HEX #73D028 Lima

📋 copy color: '#73D028'

red 115 ◦ green 208 ◦ blue 40

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

Shades of Lima #73D028

Tints of Lima #73D028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.3%

 BLUE value IS 40 (16.02% from 255) = 11.02%

R = 31.68%
G = 57.3%
B = 11.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#73D028 (or 0x73D028) is known color: Lima. HEX triplet: 73, D0 and 28. RGB value is (115,208,40). Sum of RGB (Red+Green+Blue) = 115+208+40=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #73D028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D028 is #8C2FD7. Grayscale: #A1A1A1. Windows color (decimal): -9187288 or 2674803. OLE color: 2674803.

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

Color convert

RGB 115 208 40 -
CMYK 0.45 0 0.81 0.18
HSL 93.21º 0.68% 0.49% -
HSV(B) 93.21º 0.81% 0.82% -
XYZ 30.01 48.91 9.87 -
YUV 161.04 59.69 95.16 -
System Red Green Blue C M Y K H S L
Decimal 115 208 40 0.45 0 0.81 0.18 93.21 0.68 0.49
Hex 73 D0 28 2D 0 51 12 5D 44 31
Octal 163 320 50 55 0 121 22 135 104 61
Binary 1110011 11010000 101000 101101 0 1010001 10010 1011101 1000100 110001

Color Harmonies of #73D028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D028

Black with #73D028

Text Example


Text Example

White with #73D028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,208,40); }

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

background-color css

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

 a { background-color: rgb(115,208,40); }

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

border-color css

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

 span { border-color: rgb(115,208,40); }

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