Html Css Color HEX #74FC01 Lawn Green

📋 copy color: '#74FC01'

red 116 ◦ green 252 ◦ blue 1

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

Shades of Lawn Green #74FC01

Tints of Lawn Green #74FC01

RGB

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

 GREEN value IS 252 (98.83% from 255) = 68.29%

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

R = 31.44%
G = 68.29%
B = 0.27%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#74FC01 (or 0x74FC01) is known color: Lawn Green. HEX triplet: 74, FC and 01. RGB value is (116,252,1). Sum of RGB (Red+Green+Blue) = 116+252+1=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 252 (98.83% from 255 or 68.29% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 252 - color contains mainly: green. Hex color #74FC01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FC01 is #8B03FE. Grayscale: #B7B7B7. Windows color (decimal): -9110527 or 130164. OLE color: 130164.

HSL color Cylindrical-coordinate representation of color #74FC01: hue angle of 92.51º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74FC01 is Cyan = 0.54, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 252 1 -
CMYK 0.54 0 1.00 0.01
HSL 92.51º 0.99% 0.5% -
HSV(B) 92.51º 1% 0.99% -
XYZ 42.02 73.34 11.97 -
YUV 182.72 25.44 80.41 -
System Red Green Blue C M Y K H S L
Decimal 116 252 1 0.54 0 1.00 0.01 92.51 0.99 0.5
Hex 74 FC 1 36 0 64 1 5D 63 32
Octal 164 374 1 66 0 144 1 135 143 62
Binary 1110100 11111100 1 110110 0 1100100 1 1011101 1100011 110010

Color Harmonies of #74FC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FC01

Black with #74FC01

Text Example


Text Example

White with #74FC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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