Html Css Color HEX #74FE10 Lawn Green

📋 copy color: '#74FE10'

red 116 ◦ green 254 ◦ blue 16

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

Shades of Lawn Green #74FE10

Tints of Lawn Green #74FE10

RGB

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

 GREEN value IS 254 (99.61% from 255) = 65.8%

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

R = 30.05%
G = 65.8%
B = 4.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#74FE10 (or 0x74FE10) is known color: Lawn Green. HEX triplet: 74, FE and 10. RGB value is (116,254,16). Sum of RGB (Red+Green+Blue) = 116+254+16=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 254 (99.61% from 255 or 65.80% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FE10 is #8B01EF. Grayscale: #BABABA. Windows color (decimal): -9110000 or 1113716. OLE color: 1113716.

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

Color convert

RGB 116 254 16 -
CMYK 0.54 0 0.94 0.00
HSL 94.79º 0.99% 0.53% -
HSV(B) 94.79º 0.94% 1% -
XYZ 42.74 74.63 12.64 -
YUV 185.61 32.28 78.35 -
System Red Green Blue C M Y K H S L
Decimal 116 254 16 0.54 0 0.94 0.00 94.79 0.99 0.53
Hex 74 FE 10 36 0 5E 0 5F 63 35
Octal 164 376 20 66 0 136 0 137 143 65
Binary 1110100 11111110 10000 110110 0 1011110 0 1011111 1100011 110101

Color Harmonies of #74FE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FE10

Black with #74FE10

Text Example


Text Example

White with #74FE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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