Html Css Color HEX #74F12F Lawn Green

📋 copy color: '#74F12F'

red 116 ◦ green 241 ◦ blue 47

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

Shades of Lawn Green #74F12F

Tints of Lawn Green #74F12F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 59.65%

 BLUE value IS 47 (18.75% from 255) = 11.63%

R = 28.71%
G = 59.65%
B = 11.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#74F12F (or 0x74F12F) is known color: Lawn Green. HEX triplet: 74, F1 and 2F. RGB value is (116,241,47). Sum of RGB (Red+Green+Blue) = 116+241+47=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 241 (94.53% from 255 or 59.65% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 241 - color contains mainly: green. Hex color #74F12F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F12F is #8B0ED0. Grayscale: #B6B6B6. Windows color (decimal): -9113297 or 3142004. OLE color: 3142004.

HSL color Cylindrical-coordinate representation of color #74F12F: hue angle of 98.66º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74F12F is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 241 47 -
CMYK 0.52 0 0.80 0.05
HSL 98.66º 0.87% 0.56% -
HSV(B) 98.66º 0.8% 0.95% -
XYZ 39.17 66.83 13.52 -
YUV 181.51 52.09 81.27 -
System Red Green Blue C M Y K H S L
Decimal 116 241 47 0.52 0 0.80 0.05 98.66 0.87 0.56
Hex 74 F1 2F 34 0 50 5 63 57 38
Octal 164 361 57 64 0 120 5 143 127 70
Binary 1110100 11110001 101111 110100 0 1010000 101 1100011 1010111 111000

Color Harmonies of #74F12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F12F

Black with #74F12F

Text Example


Text Example

White with #74F12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,241,47); }

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

background-color css

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

 a { background-color: rgb(116,241,47); }

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

border-color css

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

 span { border-color: rgb(116,241,47); }

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