Html Css Color HEX #73D21A Lima

📋 copy color: '#73D21A'

red 115 ◦ green 210 ◦ blue 26

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

Shades of Lima #73D21A

Tints of Lima #73D21A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.83%

 BLUE value IS 26 (10.55% from 255) = 7.41%

R = 32.76%
G = 59.83%
B = 7.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#73D21A (or 0x73D21A) is known color: Lima. HEX triplet: 73, D2 and 1A. RGB value is (115,210,26). Sum of RGB (Red+Green+Blue) = 115+210+26=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 210 (82.42% from 255 or 59.83% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 210 - color contains mainly: green. Hex color #73D21A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D21A is #8C2DE5. Grayscale: #A1A1A1. Windows color (decimal): -9186790 or 1757811. OLE color: 1757811.

HSL color Cylindrical-coordinate representation of color #73D21A: hue angle of 90.98º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73D21A is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 210 26 -
CMYK 0.45 0 0.88 0.18
HSL 90.98º 0.78% 0.46% -
HSV(B) 90.98º 0.88% 0.82% -
XYZ 30.3 49.81 8.99 -
YUV 160.62 52.03 95.46 -
System Red Green Blue C M Y K H S L
Decimal 115 210 26 0.45 0 0.88 0.18 90.98 0.78 0.46
Hex 73 D2 1A 2D 0 58 12 5B 4E 2E
Octal 163 322 32 55 0 130 22 133 116 56
Binary 1110011 11010010 11010 101101 0 1011000 10010 1011011 1001110 101110

Color Harmonies of #73D21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D21A

Black with #73D21A

Text Example


Text Example

White with #73D21A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,210,26); }

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

background-color css

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

 a { background-color: rgb(115,210,26); }

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

border-color css

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

 span { border-color: rgb(115,210,26); }

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