Html Css Color HEX #73C01E Lima

📋 copy color: '#73C01E'

red 115 ◦ green 192 ◦ blue 30

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

Shades of Lima #73C01E

Tints of Lima #73C01E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.97%

 BLUE value IS 30 (12.11% from 255) = 8.9%

R = 34.12%
G = 56.97%
B = 8.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#73C01E (or 0x73C01E) is known color: Lima. HEX triplet: 73, C0 and 1E. RGB value is (115,192,30). Sum of RGB (Red+Green+Blue) = 115+192+30=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #73C01E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C01E is #8C3FE1. Grayscale: #979797. Windows color (decimal): -9191394 or 2015347. OLE color: 2015347.

HSL color Cylindrical-coordinate representation of color #73C01E: hue angle of 88.52º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73C01E is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 192 30 -
CMYK 0.40 0 0.84 0.25
HSL 88.52º 0.73% 0.44% -
HSV(B) 88.52º 0.84% 0.75% -
XYZ 26.15 41.44 7.85 -
YUV 150.51 59.99 102.67 -
System Red Green Blue C M Y K H S L
Decimal 115 192 30 0.40 0 0.84 0.25 88.52 0.73 0.44
Hex 73 C0 1E 28 0 54 19 59 49 2C
Octal 163 300 36 50 0 124 31 131 111 54
Binary 1110011 11000000 11110 101000 0 1010100 11001 1011001 1001001 101100

Color Harmonies of #73C01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C01E

Black with #73C01E

Text Example


Text Example

White with #73C01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,192,30); }

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

background-color css

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

 a { background-color: rgb(115,192,30); }

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

border-color css

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

 span { border-color: rgb(115,192,30); }

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