Html Css Color HEX #73CD15 Lima

📋 copy color: '#73CD15'

red 115 ◦ green 205 ◦ blue 21

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

Shades of Lima #73CD15

Tints of Lima #73CD15

RGB

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

 GREEN value IS 205 (80.47% from 255) = 60.12%

 BLUE value IS 21 (8.59% from 255) = 6.16%

R = 33.72%
G = 60.12%
B = 6.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#73CD15 (or 0x73CD15) is known color: Lima. HEX triplet: 73, CD and 15. RGB value is (115,205,21). Sum of RGB (Red+Green+Blue) = 115+205+21=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 205 (80.47% from 255 or 60.12% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CD15 is #8C32EA. Grayscale: #9D9D9D. Windows color (decimal): -9188075 or 1428851. OLE color: 1428851.

HSL color Cylindrical-coordinate representation of color #73CD15: hue angle of 89.35º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73CD15 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 205 21 -
CMYK 0.44 0 0.90 0.20
HSL 89.35º 0.81% 0.44% -
HSV(B) 89.35º 0.9% 0.8% -
XYZ 29.04 47.36 8.32 -
YUV 157.11 51.18 97.96 -
System Red Green Blue C M Y K H S L
Decimal 115 205 21 0.44 0 0.90 0.20 89.35 0.81 0.44
Hex 73 CD 15 2C 0 5A 14 59 51 2C
Octal 163 315 25 54 0 132 24 131 121 54
Binary 1110011 11001101 10101 101100 0 1011010 10100 1011001 1010001 101100

Color Harmonies of #73CD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CD15

Black with #73CD15

Text Example


Text Example

White with #73CD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,205,21); }

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

background-color css

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

 a { background-color: rgb(115,205,21); }

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

border-color css

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

 span { border-color: rgb(115,205,21); }

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