#74DF1E

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

Shades of Lawn Green #74DF1E

Tints of Lawn Green #74DF1E

Color information

#74DF1E (or 0x74DF1E) is unknown color: approx Lawn Green. HEX triplet: 74, DF and 1E. RGB value is (116,223,30). Sum of RGB (Red+Green+Blue) = 116+223+30=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DF1E is #8B20E1. Grayscale: #A9A9A9. Windows color (decimal): -9117922 or 2023284. OLE color: 2023284.

HSL color Cylindrical-coordinate representation of color #74DF1E: hue angle of 93.26º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74DF1E is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB11622330-
CMYK0.4800.870.13
HSL93.26º76.28%49.61%-
HSV(B)93.26º86.55%87.45%-
XYZ33.8256.5810.37-
YUV16949.5590.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.44%
GREEN value IS 223 (87.5% from 255) = 60.43%
BLUE value IS 30 (12.11% from 255) = 8.13%
R=31.44%
G=60.43%
B=8.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116223300.4800.870.1393.2676.2849.61
Hex74DF1E30057D5d4c32
Octal164337366001271513511462
Binary1110100110111111111011000001010111110110111011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,223,30); }

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

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

 a { background-color: rgb(116,223,30); }

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

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

 span { border-color: rgb(116,223,30); }

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