Html Css Color HEX #72F001 Lawn Green

📋 copy color: '#72F001'

red 114 ◦ green 240 ◦ blue 1

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

Shades of Lawn Green #72F001

Tints of Lawn Green #72F001

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.61%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 32.11%
G = 67.61%
B = 0.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#72F001 (or 0x72F001) is known color: Lawn Green. HEX triplet: 72, F0 and 01. RGB value is (114,240,1). Sum of RGB (Red+Green+Blue) = 114+240+1=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 240 (94.14% from 255 or 67.61% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 240 - color contains mainly: green. Hex color #72F001 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72F001 is #8D0FFE. Grayscale: #AFAFAF. Windows color (decimal): -9244671 or 127090. OLE color: 127090.

HSL color Cylindrical-coordinate representation of color #72F001: hue angle of 91.63º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72F001 is Cyan = 0.52, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 240 1 -
CMYK 0.52 0 1.00 0.06
HSL 91.63º 0.99% 0.47% -
HSV(B) 91.63º 1% 0.94% -
XYZ 38.1 65.9 10.74 -
YUV 175.08 29.76 84.43 -
System Red Green Blue C M Y K H S L
Decimal 114 240 1 0.52 0 1.00 0.06 91.63 0.99 0.47
Hex 72 F0 1 34 0 64 6 5C 63 2F
Octal 162 360 1 64 0 144 6 134 143 57
Binary 1110010 11110000 1 110100 0 1100100 110 1011100 1100011 101111

Color Harmonies of #72F001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F001

Black with #72F001

Text Example


Text Example

White with #72F001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,240,1); }

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

background-color css

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

 a { background-color: rgb(114,240,1); }

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

border-color css

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

 span { border-color: rgb(114,240,1); }

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