Html Css Color HEX #72FA10 Lawn Green

📋 copy color: '#72FA10'

red 114 ◦ green 250 ◦ blue 16

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

Shades of Lawn Green #72FA10

Tints of Lawn Green #72FA10

RGB

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

 GREEN value IS 250 (98.05% from 255) = 65.79%

 BLUE value IS 16 (6.64% from 255) = 4.21%

R = 30%
G = 65.79%
B = 4.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#72FA10 (or 0x72FA10) is known color: Lawn Green. HEX triplet: 72, FA and 10. RGB value is (114,250,16). Sum of RGB (Red+Green+Blue) = 114+250+16=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 250 (98.05% from 255 or 65.79% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 250 - color contains mainly: green. Hex color #72FA10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72FA10 is #8D05EF. Grayscale: #B7B7B7. Windows color (decimal): -9242096 or 1112690. OLE color: 1112690.

HSL color Cylindrical-coordinate representation of color #72FA10: hue angle of 94.87º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72FA10 is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 250 16 -
CMYK 0.54 0 0.94 0.02
HSL 94.87º 0.96% 0.52% -
HSV(B) 94.87º 0.94% 0.98% -
XYZ 41.22 71.99 12.21 -
YUV 182.66 33.94 79.03 -
System Red Green Blue C M Y K H S L
Decimal 114 250 16 0.54 0 0.94 0.02 94.87 0.96 0.52
Hex 72 FA 10 36 0 5E 2 5F 60 34
Octal 162 372 20 66 0 136 2 137 140 64
Binary 1110010 11111010 10000 110110 0 1011110 10 1011111 1100000 110100

Color Harmonies of #72FA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FA10

Black with #72FA10

Text Example


Text Example

White with #72FA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,250,16); }

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

background-color css

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

 a { background-color: rgb(114,250,16); }

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

border-color css

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

 span { border-color: rgb(114,250,16); }

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