Html Css Color HEX #73D02D Lima

📋 copy color: '#73D02D'

red 115 ◦ green 208 ◦ blue 45

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

Shades of Lima #73D02D

Tints of Lima #73D02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.23%

R = 31.25%
G = 56.52%
B = 12.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#73D02D (or 0x73D02D) is known color: Lima. HEX triplet: 73, D0 and 2D. RGB value is (115,208,45). Sum of RGB (Red+Green+Blue) = 115+208+45=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #73D02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D02D is #8C2FD2. Grayscale: #A2A2A2. Windows color (decimal): -9187283 or 3002483. OLE color: 3002483.

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

Color convert

RGB 115 208 45 -
CMYK 0.45 0 0.78 0.18
HSL 94.23º 0.64% 0.5% -
HSV(B) 94.23º 0.78% 0.82% -
XYZ 30.1 48.95 10.34 -
YUV 161.61 62.19 94.75 -
System Red Green Blue C M Y K H S L
Decimal 115 208 45 0.45 0 0.78 0.18 94.23 0.64 0.5
Hex 73 D0 2D 2D 0 4E 12 5E 40 32
Octal 163 320 55 55 0 116 22 136 100 62
Binary 1110011 11010000 101101 101101 0 1001110 10010 1011110 1000000 110010

Color Harmonies of #73D02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D02D

Black with #73D02D

Text Example


Text Example

White with #73D02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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