Html Css Color HEX #73C21C Lima

📋 copy color: '#73C21C'

red 115 ◦ green 194 ◦ blue 28

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

Shades of Lima #73C21C

Tints of Lima #73C21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.31%

R = 34.12%
G = 57.57%
B = 8.31%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#73C21C (or 0x73C21C) is known color: Lima. HEX triplet: 73, C2 and 1C. RGB value is (115,194,28). Sum of RGB (Red+Green+Blue) = 115+194+28=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #73C21C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C21C is #8C3DE3. Grayscale: #989898. Windows color (decimal): -9190884 or 1884787. OLE color: 1884787.

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

Color convert

RGB 115 194 28 -
CMYK 0.41 0 0.86 0.24
HSL 88.55º 0.75% 0.44% -
HSV(B) 88.55º 0.86% 0.76% -
XYZ 26.57 42.31 7.87 -
YUV 151.46 58.33 102 -
System Red Green Blue C M Y K H S L
Decimal 115 194 28 0.41 0 0.86 0.24 88.55 0.75 0.44
Hex 73 C2 1C 29 0 56 18 59 4B 2C
Octal 163 302 34 51 0 126 30 131 113 54
Binary 1110011 11000010 11100 101001 0 1010110 11000 1011001 1001011 101100

Color Harmonies of #73C21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C21C

Black with #73C21C

Text Example


Text Example

White with #73C21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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