#74F120

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

Shades of Lawn Green #74F120

Tints of Lawn Green #74F120

Color information

#74F120 (or 0x74F120) is unknown color: approx Lawn Green. HEX triplet: 74, F1 and 20. RGB value is (116,241,32). Sum of RGB (Red+Green+Blue) = 116+241+32=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 241 (94.53% from 255 or 61.95% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 241 - color contains mainly: green. Hex color #74F120 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F120 is #8B0EDF. Grayscale: #B4B4B4. Windows color (decimal): -9113312 or 2158964. OLE color: 2158964.

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

Color convert

RGB11624132-
CMYK0.5200.870.05
HSL95.89º88.19%53.53%-
HSV(B)95.89º86.72%94.51%-
XYZ38.9266.7312.2-
YUV179.844.5982.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 241 (94.53% from 255) = 61.95%
BLUE value IS 32 (12.89% from 255) = 8.23%
R=29.82%
G=61.95%
B=8.23%

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
Decimal116241320.5200.870.0595.8988.1953.53
Hex74F120340575605836
Octal16436140640127514013066
Binary1110100111100011000001101000101011110111000001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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