Html Css Color HEX #73C222 Lima

📋 copy color: '#73C222'

red 115 ◦ green 194 ◦ blue 34

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

Shades of Lima #73C222

Tints of Lima #73C222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.91%

R = 33.53%
G = 56.56%
B = 9.91%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#73C222 (or 0x73C222) is known color: Lima. HEX triplet: 73, C2 and 22. RGB value is (115,194,34). Sum of RGB (Red+Green+Blue) = 115+194+34=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #73C222 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C222 is #8C3DDD. Grayscale: #989898. Windows color (decimal): -9190878 or 2278003. OLE color: 2278003.

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

Color convert

RGB 115 194 34 -
CMYK 0.41 0 0.82 0.24
HSL 89.63º 0.7% 0.45% -
HSV(B) 89.63º 0.82% 0.76% -
XYZ 26.65 42.34 8.28 -
YUV 152.14 61.33 101.51 -
System Red Green Blue C M Y K H S L
Decimal 115 194 34 0.41 0 0.82 0.24 89.63 0.7 0.45
Hex 73 C2 22 29 0 52 18 5A 46 2D
Octal 163 302 42 51 0 122 30 132 106 55
Binary 1110011 11000010 100010 101001 0 1010010 11000 1011010 1000110 101101

Color Harmonies of #73C222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C222

Black with #73C222

Text Example


Text Example

White with #73C222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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