Html Css Color HEX #74DF14 Lawn Green

📋 copy color: '#74DF14'

red 116 ◦ green 223 ◦ blue 20

#74DF14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lawn Green #74DF14

Tints of Lawn Green #74DF14

RGB

 RED value IS 116 (45.7% from 255) = 32.31%

 GREEN value IS 223 (87.5% from 255) = 62.12%

 BLUE value IS 20 (8.2% from 255) = 5.57%

R = 32.31%
G = 62.12%
B = 5.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#74DF14 (or 0x74DF14) is known color: Lawn Green. HEX triplet: 74, DF and 14. RGB value is (116,223,20). Sum of RGB (Red+Green+Blue) = 116+223+20=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 223 (87.5% from 255 or 62.12% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74DF14 is #8B20EB. Grayscale: #A8A8A8. Windows color (decimal): -9117932 or 1367924. OLE color: 1367924.

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

Color convert

RGB 116 223 20 -
CMYK 0.48 0 0.91 0.13
HSL 91.63º 0.84% 0.48% -
HSV(B) 91.63º 0.91% 0.87% -
XYZ 33.72 56.54 9.8 -
YUV 167.87 44.55 91.01 -
System Red Green Blue C M Y K H S L
Decimal 116 223 20 0.48 0 0.91 0.13 91.63 0.84 0.48
Hex 74 DF 14 30 0 5B D 5C 54 30
Octal 164 337 24 60 0 133 15 134 124 60
Binary 1110100 11011111 10100 110000 0 1011011 1101 1011100 1010100 110000

Color Harmonies of #74DF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DF14

Black with #74DF14

Text Example


Text Example

White with #74DF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74DF14;
 }
 .AnyTagClassName
 {
   color: #74DF14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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