Html Css Color HEX #73C828 Lima

📋 copy color: '#73C828'

red 115 ◦ green 200 ◦ blue 40

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

Shades of Lima #73C828

Tints of Lima #73C828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.34%

 BLUE value IS 40 (16.02% from 255) = 11.27%

R = 32.39%
G = 56.34%
B = 11.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#73C828 (or 0x73C828) is known color: Lima. HEX triplet: 73, C8 and 28. RGB value is (115,200,40). Sum of RGB (Red+Green+Blue) = 115+200+40=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #73C828 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C828 is #8C37D7. Grayscale: #9C9C9C. Windows color (decimal): -9189336 or 2672755. OLE color: 2672755.

HSL color Cylindrical-coordinate representation of color #73C828: hue angle of 91.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73C828 is Cyan = 0.42, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 200 40 -
CMYK 0.42 0 0.8 0.22
HSL 91.88º 0.67% 0.47% -
HSV(B) 91.88º 0.8% 0.78% -
XYZ 28.11 45.11 9.23 -
YUV 156.35 62.34 98.51 -
System Red Green Blue C M Y K H S L
Decimal 115 200 40 0.42 0 0.8 0.22 91.88 0.67 0.47
Hex 73 C8 28 2A 0 50 16 5C 43 2F
Octal 163 310 50 52 0 120 26 134 103 57
Binary 1110011 11001000 101000 101010 0 1010000 10110 1011100 1000011 101111

Color Harmonies of #73C828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C828

Black with #73C828

Text Example


Text Example

White with #73C828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,200,40); }

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

background-color css

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

 a { background-color: rgb(115,200,40); }

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

border-color css

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

 span { border-color: rgb(115,200,40); }

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