Html Css Color HEX #74E112 Lawn Green

📋 copy color: '#74E112'

red 116 ◦ green 225 ◦ blue 18

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

Shades of Lawn Green #74E112

Tints of Lawn Green #74E112

RGB

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

 GREEN value IS 225 (88.28% from 255) = 62.67%

 BLUE value IS 18 (7.42% from 255) = 5.01%

R = 32.31%
G = 62.67%
B = 5.01%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#74E112 (or 0x74E112) is known color: Lawn Green. HEX triplet: 74, E1 and 12. RGB value is (116,225,18). Sum of RGB (Red+Green+Blue) = 116+225+18=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 225 (88.28% from 255 or 62.67% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 225 - color contains mainly: green. Hex color #74E112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74E112 is #8B1EED. Grayscale: #A9A9A9. Windows color (decimal): -9117422 or 1237364. OLE color: 1237364.

HSL color Cylindrical-coordinate representation of color #74E112: hue angle of 91.59º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74E112 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 225 18 -
CMYK 0.48 0 0.92 0.12
HSL 91.59º 0.85% 0.48% -
HSV(B) 91.59º 0.92% 0.88% -
XYZ 34.24 57.61 9.89 -
YUV 168.81 42.89 90.33 -
System Red Green Blue C M Y K H S L
Decimal 116 225 18 0.48 0 0.92 0.12 91.59 0.85 0.48
Hex 74 E1 12 30 0 5C C 5C 55 30
Octal 164 341 22 60 0 134 14 134 125 60
Binary 1110100 11100001 10010 110000 0 1011100 1100 1011100 1010101 110000

Color Harmonies of #74E112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E112

Black with #74E112

Text Example


Text Example

White with #74E112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,225,18); }

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

background-color css

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

 a { background-color: rgb(116,225,18); }

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

border-color css

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

 span { border-color: rgb(116,225,18); }

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