Html Css Color HEX #7CE014 Lawn Green

📋 copy color: '#7CE014'

red 124 ◦ green 224 ◦ blue 20

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

Shades of Lawn Green #7CE014

Tints of Lawn Green #7CE014

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.87%

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

R = 33.7%
G = 60.87%
B = 5.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#7CE014 (or 0x7CE014) is known color: Lawn Green. HEX triplet: 7C, E0 and 14. RGB value is (124,224,20). Sum of RGB (Red+Green+Blue) = 124+224+20=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 224 (87.89% from 255 or 60.87% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CE014 is #831FEB. Grayscale: #ABABAB. Windows color (decimal): -8593388 or 1368188. OLE color: 1368188.

HSL color Cylindrical-coordinate representation of color #7CE014: hue angle of 89.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CE014 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 124 224 20 -
CMYK 0.45 0 0.91 0.12
HSL 89.41º 0.84% 0.48% -
HSV(B) 89.41º 0.91% 0.88% -
XYZ 35.09 57.65 9.94 -
YUV 170.84 42.87 94.59 -
System Red Green Blue C M Y K H S L
Decimal 124 224 20 0.45 0 0.91 0.12 89.41 0.84 0.48
Hex 7C E0 14 2D 0 5B C 59 54 30
Octal 174 340 24 55 0 133 14 131 124 60
Binary 1111100 11100000 10100 101101 0 1011011 1100 1011001 1010100 110000

Color Harmonies of #7CE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE014

Black with #7CE014

Text Example


Text Example

White with #7CE014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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