Html Css Color HEX #74FA10 Lawn Green

📋 copy color: '#74FA10'

red 116 ◦ green 250 ◦ blue 16

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

Shades of Lawn Green #74FA10

Tints of Lawn Green #74FA10

RGB

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

 GREEN value IS 250 (98.05% from 255) = 65.45%

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

R = 30.37%
G = 65.45%
B = 4.19%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#74FA10 (or 0x74FA10) is known color: Lawn Green. HEX triplet: 74, FA and 10. RGB value is (116,250,16). Sum of RGB (Red+Green+Blue) = 116+250+16=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 250 (98.05% from 255 or 65.45% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FA10 is #8B05EF. Grayscale: #B8B8B8. Windows color (decimal): -9111024 or 1112692. OLE color: 1112692.

HSL color Cylindrical-coordinate representation of color #74FA10: hue angle of 94.36º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74FA10 is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 250 16 -
CMYK 0.54 0 0.94 0.02
HSL 94.36º 0.96% 0.52% -
HSV(B) 94.36º 0.94% 0.98% -
XYZ 41.48 72.12 12.22 -
YUV 183.26 33.61 80.03 -
System Red Green Blue C M Y K H S L
Decimal 116 250 16 0.54 0 0.94 0.02 94.36 0.96 0.52
Hex 74 FA 10 36 0 5E 2 5E 60 34
Octal 164 372 20 66 0 136 2 136 140 64
Binary 1110100 11111010 10000 110110 0 1011110 10 1011110 1100000 110100

Color Harmonies of #74FA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FA10

Black with #74FA10

Text Example


Text Example

White with #74FA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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