#74FA12

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

Shades of Lawn Green #74FA12

Tints of Lawn Green #74FA12

Color information

#74FA12 (or 0x74FA12) is unknown color: approx Lawn Green. HEX triplet: 74, FA and 12. RGB value is (116,250,18). Sum of RGB (Red+Green+Blue) = 116+250+18=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 250 (98.05% from 255 or 65.10% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FA12 is #8B05ED. Grayscale: #B8B8B8. Windows color (decimal): -9111022 or 1243764. OLE color: 1243764.

HSL color Cylindrical-coordinate representation of color #74FA12: hue angle of 94.66º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74FA12 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB11625018-
CMYK0.5400.930.02
HSL94.66º95.87%52.55%-
HSV(B)94.66º92.8%98.04%-
XYZ41.572.1312.31-
YUV183.4934.6179.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.21%
GREEN value IS 250 (98.05% from 255) = 65.10%
BLUE value IS 18 (7.42% from 255) = 4.69%
R=30.21%
G=65.10%
B=4.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal116250180.5400.930.0294.6695.8752.55
Hex74FA123605D25f6035
Octal16437222660135213714065
Binary11101001111101010010110110010111011010111111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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