Html Css Color HEX #73CE18 Lima

📋 copy color: '#73CE18'

red 115 ◦ green 206 ◦ blue 24

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

Shades of Lima #73CE18

Tints of Lima #73CE18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.96%

R = 33.33%
G = 59.71%
B = 6.96%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#73CE18 (or 0x73CE18) is known color: Lima. HEX triplet: 73, CE and 18. RGB value is (115,206,24). Sum of RGB (Red+Green+Blue) = 115+206+24=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 206 (80.86% from 255 or 59.71% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 206 - color contains mainly: green. Hex color #73CE18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CE18 is #8C31E7. Grayscale: #9E9E9E. Windows color (decimal): -9187816 or 1625715. OLE color: 1625715.

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

Color convert

RGB 115 206 24 -
CMYK 0.44 0 0.88 0.19
HSL 90º 0.79% 0.45% -
HSV(B) 90º 0.88% 0.81% -
XYZ 29.31 47.85 8.56 -
YUV 158.04 52.35 97.3 -
System Red Green Blue C M Y K H S L
Decimal 115 206 24 0.44 0 0.88 0.19 90 0.79 0.45
Hex 73 CE 18 2C 0 58 13 5A 4F 2D
Octal 163 316 30 54 0 130 23 132 117 55
Binary 1110011 11001110 11000 101100 0 1011000 10011 1011010 1001111 101101

Color Harmonies of #73CE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CE18

Black with #73CE18

Text Example


Text Example

White with #73CE18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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