Html Css Color HEX #72FC0C Lawn Green

📋 copy color: '#72FC0C'

red 114 ◦ green 252 ◦ blue 12

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

Shades of Lawn Green #72FC0C

Tints of Lawn Green #72FC0C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 66.67%

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

R = 30.16%
G = 66.67%
B = 3.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#72FC0C (or 0x72FC0C) is known color: Lawn Green. HEX triplet: 72, FC and 0C. RGB value is (114,252,12). Sum of RGB (Red+Green+Blue) = 114+252+12=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 252 (98.83% from 255 or 66.67% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 252 - color contains mainly: green. Hex color #72FC0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72FC0C is #8D03F3. Grayscale: #B8B8B8. Windows color (decimal): -9241588 or 851058. OLE color: 851058.

HSL color Cylindrical-coordinate representation of color #72FC0C: hue angle of 94.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72FC0C is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 252 12 -
CMYK 0.55 0 0.95 0.01
HSL 94.5º 0.98% 0.52% -
HSV(B) 94.5º 0.95% 0.99% -
XYZ 41.82 73.22 12.28 -
YUV 183.38 31.28 78.51 -
System Red Green Blue C M Y K H S L
Decimal 114 252 12 0.55 0 0.95 0.01 94.5 0.98 0.52
Hex 72 FC C 37 0 5F 1 5E 62 34
Octal 162 374 14 67 0 137 1 136 142 64
Binary 1110010 11111100 1100 110111 0 1011111 1 1011110 1100010 110100

Color Harmonies of #72FC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FC0C

Black with #72FC0C

Text Example


Text Example

White with #72FC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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