Html Css Color HEX #72F212 Lawn Green

📋 copy color: '#72F212'

red 114 ◦ green 242 ◦ blue 18

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

Shades of Lawn Green #72F212

Tints of Lawn Green #72F212

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.71%

 BLUE value IS 18 (7.42% from 255) = 4.81%

R = 30.48%
G = 64.71%
B = 4.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#72F212 (or 0x72F212) is known color: Lawn Green. HEX triplet: 72, F2 and 12. RGB value is (114,242,18). Sum of RGB (Red+Green+Blue) = 114+242+18=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 242 (94.92% from 255 or 64.71% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 242 - color contains mainly: green. Hex color #72F212 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72F212 is #8D0DED. Grayscale: #B2B2B2. Windows color (decimal): -9244142 or 1241714. OLE color: 1241714.

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

Color convert

RGB 114 242 18 -
CMYK 0.53 0 0.93 0.05
HSL 94.29º 0.9% 0.51% -
HSV(B) 94.29º 0.93% 0.95% -
XYZ 38.8 67.13 11.48 -
YUV 178.19 37.59 82.21 -
System Red Green Blue C M Y K H S L
Decimal 114 242 18 0.53 0 0.93 0.05 94.29 0.9 0.51
Hex 72 F2 12 35 0 5D 5 5E 5A 33
Octal 162 362 22 65 0 135 5 136 132 63
Binary 1110010 11110010 10010 110101 0 1011101 101 1011110 1011010 110011

Color Harmonies of #72F212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F212

Black with #72F212

Text Example


Text Example

White with #72F212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,242,18); }

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

background-color css

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

 a { background-color: rgb(114,242,18); }

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

border-color css

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

 span { border-color: rgb(114,242,18); }

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