Html Css Color HEX #72DC0F Lawn Green

📋 copy color: '#72DC0F'

red 114 ◦ green 220 ◦ blue 15

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

Shades of Lawn Green #72DC0F

Tints of Lawn Green #72DC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.3%

R = 32.66%
G = 63.04%
B = 4.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#72DC0F (or 0x72DC0F) is known color: Lawn Green. HEX triplet: 72, DC and 0F. RGB value is (114,220,15). Sum of RGB (Red+Green+Blue) = 114+220+15=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72DC0F is #8D23F0. Grayscale: #A5A5A5. Windows color (decimal): -9249777 or 1039474. OLE color: 1039474.

HSL color Cylindrical-coordinate representation of color #72DC0F: hue angle of 91.02º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72DC0F is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 220 15 -
CMYK 0.48 0 0.93 0.14
HSL 91.02º 0.87% 0.46% -
HSV(B) 91.02º 0.93% 0.86% -
XYZ 32.62 54.8 9.31 -
YUV 164.94 43.38 91.67 -
System Red Green Blue C M Y K H S L
Decimal 114 220 15 0.48 0 0.93 0.14 91.02 0.87 0.46
Hex 72 DC F 30 0 5D E 5B 57 2E
Octal 162 334 17 60 0 135 16 133 127 56
Binary 1110010 11011100 1111 110000 0 1011101 1110 1011011 1010111 101110

Color Harmonies of #72DC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DC0F

Black with #72DC0F

Text Example


Text Example

White with #72DC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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