Html Css Color HEX #74F016 Lawn Green

📋 copy color: '#74F016'

red 116 ◦ green 240 ◦ blue 22

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

Shades of Lawn Green #74F016

Tints of Lawn Green #74F016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.82%

R = 30.69%
G = 63.49%
B = 5.82%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#74F016 (or 0x74F016) is known color: Lawn Green. HEX triplet: 74, F0 and 16. RGB value is (116,240,22). Sum of RGB (Red+Green+Blue) = 116+240+22=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 240 (94.14% from 255 or 63.49% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 240 - color contains mainly: green. Hex color #74F016 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F016 is #8B0FE9. Grayscale: #B2B2B2. Windows color (decimal): -9113578 or 1503348. OLE color: 1503348.

HSL color Cylindrical-coordinate representation of color #74F016: hue angle of 94.13º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74F016 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 240 22 -
CMYK 0.52 0 0.91 0.06
HSL 94.13º 0.88% 0.51% -
HSV(B) 94.13º 0.91% 0.94% -
XYZ 38.51 66.09 11.49 -
YUV 178.07 39.92 83.73 -
System Red Green Blue C M Y K H S L
Decimal 116 240 22 0.52 0 0.91 0.06 94.13 0.88 0.51
Hex 74 F0 16 34 0 5B 6 5E 58 33
Octal 164 360 26 64 0 133 6 136 130 63
Binary 1110100 11110000 10110 110100 0 1011011 110 1011110 1011000 110011

Color Harmonies of #74F016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F016

Black with #74F016

Text Example


Text Example

White with #74F016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,240,22); }

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

background-color css

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

 a { background-color: rgb(116,240,22); }

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

border-color css

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

 span { border-color: rgb(116,240,22); }

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