#74F011

Color #74F011 Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #74F011

Tints of Lawn Green #74F011

Color information

#74F011 (or 0x74F011) is unknown color: approx Lawn Green. HEX triplet: 74, F0 and 11. RGB value is (116,240,17). Sum of RGB (Red+Green+Blue) = 116+240+17=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #74F011 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74F011 is #8B0FEE. Grayscale: #B2B2B2. Windows color (decimal): -9113583 or 1175668. OLE color: 1175668.

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

Color convert

RGB11624017-
CMYK0.5200.930.06
HSL93.36º88.14%50.39%-
HSV(B)93.36º92.92%94.12%-
XYZ38.4666.0711.26-
YUV177.537.4284.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 240 (94.14% from 255) = 64.34%
BLUE value IS 17 (7.03% from 255) = 4.56%
R=31.10%
G=64.34%
B=4.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal116240170.5200.930.0693.3688.1450.39
Hex74F0113405D65d5832
Octal16436021640135613513062
Binary111010011110000100011101000101110111010111011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,240,17); }

 H1.HeaderClassName
 {
   color: #74F011;
 }
 .AnyTagClassName
 {
   color: #74F011;
 }
</style>
background-color css

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

 a { background-color: rgb(116,240,17); }

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

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

 span { border-color: rgb(116,240,17); }

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