Html Css Color HEX #73F115 Lawn Green

📋 copy color: '#73F115'

red 115 ◦ green 241 ◦ blue 21

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

Shades of Lawn Green #73F115

Tints of Lawn Green #73F115

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.93%

 BLUE value IS 21 (8.59% from 255) = 5.57%

R = 30.5%
G = 63.93%
B = 5.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#73F115 (or 0x73F115) is known color: Lawn Green. HEX triplet: 73, F1 and 15. RGB value is (115,241,21). Sum of RGB (Red+Green+Blue) = 115+241+21=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 241 (94.53% from 255 or 63.93% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 241 - color contains mainly: green. Hex color #73F115 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73F115 is #8C0EEA. Grayscale: #B3B3B3. Windows color (decimal): -9178859 or 1438067. OLE color: 1438067.

HSL color Cylindrical-coordinate representation of color #73F115: hue angle of 94.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73F115 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 241 21 -
CMYK 0.52 0 0.91 0.05
HSL 94.36º 0.89% 0.51% -
HSV(B) 94.36º 0.91% 0.95% -
XYZ 38.66 66.61 11.53 -
YUV 178.25 39.26 82.89 -
System Red Green Blue C M Y K H S L
Decimal 115 241 21 0.52 0 0.91 0.05 94.36 0.89 0.51
Hex 73 F1 15 34 0 5B 5 5E 59 33
Octal 163 361 25 64 0 133 5 136 131 63
Binary 1110011 11110001 10101 110100 0 1011011 101 1011110 1011001 110011

Color Harmonies of #73F115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F115

Black with #73F115

Text Example


Text Example

White with #73F115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,241,21); }

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

background-color css

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

 a { background-color: rgb(115,241,21); }

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

border-color css

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

 span { border-color: rgb(115,241,21); }

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