Html Css Color HEX #73C21E Lima

📋 copy color: '#73C21E'

red 115 ◦ green 194 ◦ blue 30

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

Shades of Lima #73C21E

Tints of Lima #73C21E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.23%

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

R = 33.92%
G = 57.23%
B = 8.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#73C21E (or 0x73C21E) is known color: Lima. HEX triplet: 73, C2 and 1E. RGB value is (115,194,30). Sum of RGB (Red+Green+Blue) = 115+194+30=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #73C21E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C21E is #8C3DE1. Grayscale: #989898. Windows color (decimal): -9190882 or 2015859. OLE color: 2015859.

HSL color Cylindrical-coordinate representation of color #73C21E: hue angle of 88.9º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73C21E is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 194 30 -
CMYK 0.41 0 0.85 0.24
HSL 88.9º 0.73% 0.44% -
HSV(B) 88.9º 0.85% 0.76% -
XYZ 26.6 42.32 8 -
YUV 151.68 59.33 101.84 -
System Red Green Blue C M Y K H S L
Decimal 115 194 30 0.41 0 0.85 0.24 88.9 0.73 0.44
Hex 73 C2 1E 29 0 55 18 59 49 2C
Octal 163 302 36 51 0 125 30 131 111 54
Binary 1110011 11000010 11110 101001 0 1010101 11000 1011001 1001001 101100

Color Harmonies of #73C21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C21E

Black with #73C21E

Text Example


Text Example

White with #73C21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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