Html Css Color HEX #74DC14 Lawn Green

📋 copy color: '#74DC14'

red 116 ◦ green 220 ◦ blue 20

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

Shades of Lawn Green #74DC14

Tints of Lawn Green #74DC14

RGB

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

 GREEN value IS 220 (86.33% from 255) = 61.8%

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

R = 32.58%
G = 61.8%
B = 5.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#74DC14 (or 0x74DC14) is known color: Lawn Green. HEX triplet: 74, DC and 14. RGB value is (116,220,20). Sum of RGB (Red+Green+Blue) = 116+220+20=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 220 (86.33% from 255 or 61.80% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74DC14 is #8B23EB. Grayscale: #A6A6A6. Windows color (decimal): -9118700 or 1367156. OLE color: 1367156.

HSL color Cylindrical-coordinate representation of color #74DC14: hue angle of 91.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74DC14 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 220 20 -
CMYK 0.47 0 0.91 0.14
HSL 91.2º 0.83% 0.47% -
HSV(B) 91.2º 0.91% 0.86% -
XYZ 32.92 54.95 9.53 -
YUV 166.1 45.54 92.26 -
System Red Green Blue C M Y K H S L
Decimal 116 220 20 0.47 0 0.91 0.14 91.2 0.83 0.47
Hex 74 DC 14 2F 0 5B E 5B 53 2F
Octal 164 334 24 57 0 133 16 133 123 57
Binary 1110100 11011100 10100 101111 0 1011011 1110 1011011 1010011 101111

Color Harmonies of #74DC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DC14

Black with #74DC14

Text Example


Text Example

White with #74DC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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