Html Css Color HEX #74F401 Lawn Green

📋 copy color: '#74F401'

red 116 ◦ green 244 ◦ blue 1

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

Shades of Lawn Green #74F401

Tints of Lawn Green #74F401

RGB

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

 GREEN value IS 244 (95.7% from 255) = 67.59%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 32.13%
G = 67.59%
B = 0.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#74F401 (or 0x74F401) is known color: Lawn Green. HEX triplet: 74, F4 and 01. RGB value is (116,244,1). Sum of RGB (Red+Green+Blue) = 116+244+1=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 244 (95.70% from 255 or 67.59% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 244 - color contains mainly: green. Hex color #74F401 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F401 is #8B0BFE. Grayscale: #B2B2B2. Windows color (decimal): -9112575 or 128116. OLE color: 128116.

HSL color Cylindrical-coordinate representation of color #74F401: hue angle of 91.6º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74F401 is Cyan = 0.52, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 244 1 -
CMYK 0.52 0 1.00 0.04
HSL 91.6º 0.99% 0.48% -
HSV(B) 91.6º 1% 0.96% -
XYZ 39.56 68.42 11.15 -
YUV 178.03 28.09 83.76 -
System Red Green Blue C M Y K H S L
Decimal 116 244 1 0.52 0 1.00 0.04 91.6 0.99 0.48
Hex 74 F4 1 34 0 64 4 5C 63 30
Octal 164 364 1 64 0 144 4 134 143 60
Binary 1110100 11110100 1 110100 0 1100100 100 1011100 1100011 110000

Color Harmonies of #74F401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F401

Black with #74F401

Text Example


Text Example

White with #74F401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,244,1); }

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

background-color css

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

 a { background-color: rgb(116,244,1); }

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

border-color css

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

 span { border-color: rgb(116,244,1); }

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