#74F11F

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

Shades of Lawn Green #74F11F

Tints of Lawn Green #74F11F

Color information

#74F11F (or 0x74F11F) is unknown color: approx Lawn Green. HEX triplet: 74, F1 and 1F. RGB value is (116,241,31). Sum of RGB (Red+Green+Blue) = 116+241+31=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 241 (94.53% from 255 or 62.11% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 241 - color contains mainly: green. Hex color #74F11F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F11F is #8B0EE0. Grayscale: #B4B4B4. Windows color (decimal): -9113313 or 2093428. OLE color: 2093428.

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

Color convert

RGB11624131-
CMYK0.5200.870.05
HSL95.71º88.24%53.33%-
HSV(B)95.71º87.14%94.51%-
XYZ38.9166.7212.12-
YUV179.6844.0982.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 241 (94.53% from 255) = 62.11%
BLUE value IS 31 (12.5% from 255) = 7.99%
R=29.90%
G=62.11%
B=7.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal116241310.5200.870.0595.7188.2453.33
Hex74F11F340575605835
Octal16436137640127514013065
Binary111010011110001111111101000101011110111000001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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