Html Css Color HEX #74F812 Lawn Green

📋 copy color: '#74F812'

red 116 ◦ green 248 ◦ blue 18

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

Shades of Lawn Green #74F812

Tints of Lawn Green #74F812

RGB

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

 GREEN value IS 248 (97.27% from 255) = 64.92%

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

R = 30.37%
G = 64.92%
B = 4.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#74F812 (or 0x74F812) is known color: Lawn Green. HEX triplet: 74, F8 and 12. RGB value is (116,248,18). Sum of RGB (Red+Green+Blue) = 116+248+18=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 248 (97.27% from 255 or 64.92% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 248 - color contains mainly: green. Hex color #74F812 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F812 is #8B07ED. Grayscale: #B7B7B7. Windows color (decimal): -9111534 or 1243252. OLE color: 1243252.

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

Color convert

RGB 116 248 18 -
CMYK 0.53 0 0.93 0.03
HSL 94.43º 0.94% 0.52% -
HSV(B) 94.43º 0.93% 0.97% -
XYZ 40.88 70.89 12.1 -
YUV 182.31 35.27 80.7 -
System Red Green Blue C M Y K H S L
Decimal 116 248 18 0.53 0 0.93 0.03 94.43 0.94 0.52
Hex 74 F8 12 35 0 5D 3 5E 5E 34
Octal 164 370 22 65 0 135 3 136 136 64
Binary 1110100 11111000 10010 110101 0 1011101 11 1011110 1011110 110100

Color Harmonies of #74F812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F812

Black with #74F812

Text Example


Text Example

White with #74F812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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