Html Css Color HEX #73F130 Lawn Green

📋 copy color: '#73F130'

red 115 ◦ green 241 ◦ blue 48

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

Shades of Lawn Green #73F130

Tints of Lawn Green #73F130

RGB

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

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

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

R = 28.47%
G = 59.65%
B = 11.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#73F130 (or 0x73F130) is known color: Lawn Green. HEX triplet: 73, F1 and 30. RGB value is (115,241,48). Sum of RGB (Red+Green+Blue) = 115+241+48=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 241 (94.53% from 255 or 59.65% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 241 - color contains mainly: green. Hex color #73F130 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F130 is #8C0ECF. Grayscale: #B5B5B5. Windows color (decimal): -9178832 or 3207539. OLE color: 3207539.

HSL color Cylindrical-coordinate representation of color #73F130: hue angle of 99.17º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73F130 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 241 48 -
CMYK 0.52 0 0.80 0.05
HSL 99.17º 0.87% 0.57% -
HSV(B) 99.17º 0.8% 0.95% -
XYZ 39.06 66.77 13.63 -
YUV 181.32 52.76 80.69 -
System Red Green Blue C M Y K H S L
Decimal 115 241 48 0.52 0 0.80 0.05 99.17 0.87 0.57
Hex 73 F1 30 34 0 50 5 63 57 39
Octal 163 361 60 64 0 120 5 143 127 71
Binary 1110011 11110001 110000 110100 0 1010000 101 1100011 1010111 111001

Color Harmonies of #73F130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F130

Black with #73F130

Text Example


Text Example

White with #73F130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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