Html Css Color HEX #72F60C Lawn Green

📋 copy color: '#72F60C'

red 114 ◦ green 246 ◦ blue 12

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

Shades of Lawn Green #72F60C

Tints of Lawn Green #72F60C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 66.13%

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 30.65%
G = 66.13%
B = 3.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#72F60C (or 0x72F60C) is known color: Lawn Green. HEX triplet: 72, F6 and 0C. RGB value is (114,246,12). Sum of RGB (Red+Green+Blue) = 114+246+12=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 246 (96.48% from 255 or 66.13% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 246 - color contains mainly: green. Hex color #72F60C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72F60C is #8D09F3. Grayscale: #B4B4B4. Windows color (decimal): -9243124 or 849522. OLE color: 849522.

HSL color Cylindrical-coordinate representation of color #72F60C: hue angle of 93.85º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72F60C is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 246 12 -
CMYK 0.54 0 0.95 0.04
HSL 93.85º 0.93% 0.51% -
HSV(B) 93.85º 0.95% 0.96% -
XYZ 39.96 69.52 11.66 -
YUV 179.86 33.27 81.03 -
System Red Green Blue C M Y K H S L
Decimal 114 246 12 0.54 0 0.95 0.04 93.85 0.93 0.51
Hex 72 F6 C 36 0 5F 4 5E 5D 33
Octal 162 366 14 66 0 137 4 136 135 63
Binary 1110010 11110110 1100 110110 0 1011111 100 1011110 1011101 110011

Color Harmonies of #72F60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F60C

Black with #72F60C

Text Example


Text Example

White with #72F60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,246,12); }

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

background-color css

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

 a { background-color: rgb(114,246,12); }

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

border-color css

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

 span { border-color: rgb(114,246,12); }

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