Html Css Color HEX #7CF514 Lawn Green

📋 copy color: '#7CF514'

red 124 ◦ green 245 ◦ blue 20

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

Shades of Lawn Green #7CF514

Tints of Lawn Green #7CF514

RGB

 RED value IS 124 (48.83% from 255) = 31.88%

 GREEN value IS 245 (96.09% from 255) = 62.98%

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

R = 31.88%
G = 62.98%
B = 5.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#7CF514 (or 0x7CF514) is known color: Lawn Green. HEX triplet: 7C, F5 and 14. RGB value is (124,245,20). Sum of RGB (Red+Green+Blue) = 124+245+20=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 245 (96.09% from 255 or 62.98% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 245 - color contains mainly: green. Hex color #7CF514 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7CF514 is #830AEB. Grayscale: #B7B7B7. Windows color (decimal): -8588012 or 1373564. OLE color: 1373564.

HSL color Cylindrical-coordinate representation of color #7CF514: hue angle of 92.27º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CF514 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 124 245 20 -
CMYK 0.49 0 0.92 0.04
HSL 92.27º 0.92% 0.52% -
HSV(B) 92.27º 0.92% 0.96% -
XYZ 41.09 69.64 11.94 -
YUV 183.17 35.91 85.8 -
System Red Green Blue C M Y K H S L
Decimal 124 245 20 0.49 0 0.92 0.04 92.27 0.92 0.52
Hex 7C F5 14 31 0 5C 4 5C 5C 34
Octal 174 365 24 61 0 134 4 134 134 64
Binary 1111100 11110101 10100 110001 0 1011100 100 1011100 1011100 110100

Color Harmonies of #7CF514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF514

Black with #7CF514

Text Example


Text Example

White with #7CF514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,245,20); }

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

background-color css

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

 a { background-color: rgb(124,245,20); }

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

border-color css

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

 span { border-color: rgb(124,245,20); }

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