Html Css Color HEX #72DC14 Lawn Green

📋 copy color: '#72DC14'

red 114 ◦ green 220 ◦ blue 20

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

Shades of Lawn Green #72DC14

Tints of Lawn Green #72DC14

RGB

 RED value IS 114 (44.92% from 255) = 32.2%

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

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

R = 32.2%
G = 62.15%
B = 5.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#72DC14 (or 0x72DC14) is known color: Lawn Green. HEX triplet: 72, DC and 14. RGB value is (114,220,20). Sum of RGB (Red+Green+Blue) = 114+220+20=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72DC14 is #8D23EB. Grayscale: #A6A6A6. Windows color (decimal): -9249772 or 1367154. OLE color: 1367154.

HSL color Cylindrical-coordinate representation of color #72DC14: hue angle of 91.8º 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 #72DC14 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 220 20 -
CMYK 0.48 0 0.91 0.14
HSL 91.8º 0.83% 0.47% -
HSV(B) 91.8º 0.91% 0.86% -
XYZ 32.66 54.81 9.52 -
YUV 165.51 45.88 91.26 -
System Red Green Blue C M Y K H S L
Decimal 114 220 20 0.48 0 0.91 0.14 91.8 0.83 0.47
Hex 72 DC 14 30 0 5B E 5C 53 2F
Octal 162 334 24 60 0 133 16 134 123 57
Binary 1110010 11011100 10100 110000 0 1011011 1110 1011100 1010011 101111

Color Harmonies of #72DC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DC14

Black with #72DC14

Text Example


Text Example

White with #72DC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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