Html Css Color HEX #7FF214 Lawn Green

📋 copy color: '#7FF214'

red 127 ◦ green 242 ◦ blue 20

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

Shades of Lawn Green #7FF214

Tints of Lawn Green #7FF214

RGB

 RED value IS 127 (50% from 255) = 32.65%

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

 BLUE value IS 20 (8.2% from 255) = 5.14%

R = 32.65%
G = 62.21%
B = 5.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#7FF214 (or 0x7FF214) is known color: Lawn Green. HEX triplet: 7F, F2 and 14. RGB value is (127,242,20). Sum of RGB (Red+Green+Blue) = 127+242+20=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 242 (94.92% from 255 or 62.21% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF214 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7FF214 is #800DEB. Grayscale: #B7B7B7. Windows color (decimal): -8392172 or 1372799. OLE color: 1372799.

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

Color convert

RGB 127 242 20 -
CMYK 0.48 0 0.92 0.05
HSL 91.08º 0.9% 0.51% -
HSV(B) 91.08º 0.92% 0.95% -
XYZ 40.63 68.07 11.66 -
YUV 182.31 36.4 88.55 -
System Red Green Blue C M Y K H S L
Decimal 127 242 20 0.48 0 0.92 0.05 91.08 0.9 0.51
Hex 7F F2 14 30 0 5C 5 5B 5A 33
Octal 177 362 24 60 0 134 5 133 132 63
Binary 1111111 11110010 10100 110000 0 1011100 101 1011011 1011010 110011

Color Harmonies of #7FF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF214

Black with #7FF214

Text Example


Text Example

White with #7FF214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FF214; }

 p { color: rgb(127,242,20); }

 H1.HeaderClassName
 {
   color: #7FF214;
 }
 .AnyTagClassName
 {
   color: #7FF214;
 }
</style>

background-color css

<style>
 a { background-color: #7FF214; }

 a { background-color: rgb(127,242,20); }

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

border-color css

<style>
 span { border-color: #7FF214; }

 span { border-color: rgb(127,242,20); }

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