Html Css Color HEX #73CE16 Lima

📋 copy color: '#73CE16'

red 115 ◦ green 206 ◦ blue 22

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

Shades of Lima #73CE16

Tints of Lima #73CE16

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.06%

 BLUE value IS 22 (8.98% from 255) = 6.41%

R = 33.53%
G = 60.06%
B = 6.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#73CE16 (or 0x73CE16) is known color: Lima. HEX triplet: 73, CE and 16. RGB value is (115,206,22). Sum of RGB (Red+Green+Blue) = 115+206+22=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 206 (80.86% from 255 or 60.06% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 206 - color contains mainly: green. Hex color #73CE16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CE16 is #8C31E9. Grayscale: #9E9E9E. Windows color (decimal): -9187818 or 1494643. OLE color: 1494643.

HSL color Cylindrical-coordinate representation of color #73CE16: hue angle of 89.67º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73CE16 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 206 22 -
CMYK 0.44 0 0.89 0.19
HSL 89.67º 0.81% 0.45% -
HSV(B) 89.67º 0.89% 0.81% -
XYZ 29.29 47.85 8.45 -
YUV 157.82 51.35 97.46 -
System Red Green Blue C M Y K H S L
Decimal 115 206 22 0.44 0 0.89 0.19 89.67 0.81 0.45
Hex 73 CE 16 2C 0 59 13 5A 51 2D
Octal 163 316 26 54 0 131 23 132 121 55
Binary 1110011 11001110 10110 101100 0 1011001 10011 1011010 1010001 101101

Color Harmonies of #73CE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CE16

Black with #73CE16

Text Example


Text Example

White with #73CE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,206,22); }

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

background-color css

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

 a { background-color: rgb(115,206,22); }

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

border-color css

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

 span { border-color: rgb(115,206,22); }

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