Html Css Color HEX #74FF10 Lawn Green

📋 copy color: '#74FF10'

red 116 ◦ green 255 ◦ blue 16

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

Shades of Lawn Green #74FF10

Tints of Lawn Green #74FF10

RGB

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

 GREEN value IS 255 (100% from 255) = 65.89%

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

R = 29.97%
G = 65.89%
B = 4.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#74FF10 (or 0x74FF10) is known color: Lawn Green. HEX triplet: 74, FF and 10. RGB value is (116,255,16). Sum of RGB (Red+Green+Blue) = 116+255+16=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 255 (100% from 255 or 65.89% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FF10 is #8B00EF. Grayscale: #BBBBBB. Windows color (decimal): -9109744 or 1113972. OLE color: 1113972.

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

Color convert

RGB 116 255 16 -
CMYK 0.55 0 0.94 0
HSL 94.9º 1% 0.53% -
HSV(B) 94.9º 0.94% 1% -
XYZ 43.06 75.27 12.75 -
YUV 186.19 31.95 77.93 -
System Red Green Blue C M Y K H S L
Decimal 116 255 16 0.55 0 0.94 0 94.9 1 0.53
Hex 74 FF 10 37 0 5E 0 5F 64 35
Octal 164 377 20 67 0 136 0 137 144 65
Binary 1110100 11111111 10000 110111 0 1011110 0 1011111 1100100 110101

Color Harmonies of #74FF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FF10

Black with #74FF10

Text Example


Text Example

White with #74FF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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