Html Css Color HEX #74F310 Lawn Green

📋 copy color: '#74F310'

red 116 ◦ green 243 ◦ blue 16

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

Shades of Lawn Green #74F310

Tints of Lawn Green #74F310

RGB

 RED value IS 116 (45.7% from 255) = 30.93%

 GREEN value IS 243 (95.31% from 255) = 64.8%

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 30.93%
G = 64.8%
B = 4.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#74F310 (or 0x74F310) is known color: Lawn Green. HEX triplet: 74, F3 and 10. RGB value is (116,243,16). Sum of RGB (Red+Green+Blue) = 116+243+16=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #74F310 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F310 is #8B0CEF. Grayscale: #B3B3B3. Windows color (decimal): -9112816 or 1110900. OLE color: 1110900.

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

Color convert

RGB 116 243 16 -
CMYK 0.52 0 0.93 0.05
HSL 93.57º 0.9% 0.51% -
HSV(B) 93.57º 0.93% 0.95% -
XYZ 39.35 67.85 11.51 -
YUV 179.15 35.92 82.96 -
System Red Green Blue C M Y K H S L
Decimal 116 243 16 0.52 0 0.93 0.05 93.57 0.9 0.51
Hex 74 F3 10 34 0 5D 5 5E 5A 33
Octal 164 363 20 64 0 135 5 136 132 63
Binary 1110100 11110011 10000 110100 0 1011101 101 1011110 1011010 110011

Color Harmonies of #74F310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F310

Black with #74F310

Text Example


Text Example

White with #74F310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74F310; }

 p { color: rgb(116,243,16); }

 H1.HeaderClassName
 {
   color: #74F310;
 }
 .AnyTagClassName
 {
   color: #74F310;
 }
</style>

background-color css

<style>
 a { background-color: #74F310; }

 a { background-color: rgb(116,243,16); }

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

border-color css

<style>
 span { border-color: #74F310; }

 span { border-color: rgb(116,243,16); }

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