Html Css Color HEX #72EC1A Lawn Green

📋 copy color: '#72EC1A'

red 114 ◦ green 236 ◦ blue 26

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

Shades of Lawn Green #72EC1A

Tints of Lawn Green #72EC1A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 62.77%

 BLUE value IS 26 (10.55% from 255) = 6.91%

R = 30.32%
G = 62.77%
B = 6.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#72EC1A (or 0x72EC1A) is known color: Lawn Green. HEX triplet: 72, EC and 1A. RGB value is (114,236,26). Sum of RGB (Red+Green+Blue) = 114+236+26=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 236 (92.58% from 255 or 62.77% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 236 - color contains mainly: green. Hex color #72EC1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72EC1A is #8D13E5. Grayscale: #B0B0B0. Windows color (decimal): -9245670 or 1764466. OLE color: 1764466.

HSL color Cylindrical-coordinate representation of color #72EC1A: hue angle of 94.86º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72EC1A is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 236 26 -
CMYK 0.52 0 0.89 0.07
HSL 94.86º 0.85% 0.51% -
HSV(B) 94.86º 0.89% 0.93% -
XYZ 37.12 63.64 11.31 -
YUV 175.58 43.58 84.08 -
System Red Green Blue C M Y K H S L
Decimal 114 236 26 0.52 0 0.89 0.07 94.86 0.85 0.51
Hex 72 EC 1A 34 0 59 7 5F 55 33
Octal 162 354 32 64 0 131 7 137 125 63
Binary 1110010 11101100 11010 110100 0 1011001 111 1011111 1010101 110011

Color Harmonies of #72EC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EC1A

Black with #72EC1A

Text Example


Text Example

White with #72EC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,236,26); }

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

background-color css

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

 a { background-color: rgb(114,236,26); }

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

border-color css

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

 span { border-color: rgb(114,236,26); }

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