Html Css Color HEX #73F030 Lawn Green

📋 copy color: '#73F030'

red 115 ◦ green 240 ◦ blue 48

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

Shades of Lawn Green #73F030

Tints of Lawn Green #73F030

RGB

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

 GREEN value IS 240 (94.14% from 255) = 59.55%

 BLUE value IS 48 (19.14% from 255) = 11.91%

R = 28.54%
G = 59.55%
B = 11.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#73F030 (or 0x73F030) is known color: Lawn Green. HEX triplet: 73, F0 and 30. RGB value is (115,240,48). Sum of RGB (Red+Green+Blue) = 115+240+48=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 240 (94.14% from 255 or 59.55% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 240 - color contains mainly: green. Hex color #73F030 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F030 is #8C0FCF. Grayscale: #B5B5B5. Windows color (decimal): -9179088 or 3207283. OLE color: 3207283.

HSL color Cylindrical-coordinate representation of color #73F030: hue angle of 99.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73F030 is Cyan = 0.52, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 240 48 -
CMYK 0.52 0 0.8 0.06
HSL 99.06º 0.86% 0.56% -
HSV(B) 99.06º 0.8% 0.94% -
XYZ 38.76 66.18 13.53 -
YUV 180.74 53.09 81.11 -
System Red Green Blue C M Y K H S L
Decimal 115 240 48 0.52 0 0.8 0.06 99.06 0.86 0.56
Hex 73 F0 30 34 0 50 6 63 56 38
Octal 163 360 60 64 0 120 6 143 126 70
Binary 1110011 11110000 110000 110100 0 1010000 110 1100011 1010110 111000

Color Harmonies of #73F030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F030

Black with #73F030

Text Example


Text Example

White with #73F030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,240,48); }

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

background-color css

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

 a { background-color: rgb(115,240,48); }

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

border-color css

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

 span { border-color: rgb(115,240,48); }

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