Html Css Color HEX #7CF114 Lawn Green

📋 copy color: '#7CF114'

red 124 ◦ green 241 ◦ blue 20

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

Shades of Lawn Green #7CF114

Tints of Lawn Green #7CF114

RGB

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

 GREEN value IS 241 (94.53% from 255) = 62.6%

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

R = 32.21%
G = 62.6%
B = 5.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#7CF114 (or 0x7CF114) is known color: Lawn Green. HEX triplet: 7C, F1 and 14. RGB value is (124,241,20). Sum of RGB (Red+Green+Blue) = 124+241+20=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 241 (94.53% from 255 or 62.60% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF114 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7CF114 is #830EEB. Grayscale: #B5B5B5. Windows color (decimal): -8589036 or 1372540. OLE color: 1372540.

HSL color Cylindrical-coordinate representation of color #7CF114: hue angle of 91.76º degrees, saturation: 0.89, 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 #7CF114 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 124 241 20 -
CMYK 0.49 0 0.92 0.05
HSL 91.76º 0.89% 0.51% -
HSV(B) 91.76º 0.92% 0.95% -
XYZ 39.89 67.25 11.54 -
YUV 180.82 37.24 87.47 -
System Red Green Blue C M Y K H S L
Decimal 124 241 20 0.49 0 0.92 0.05 91.76 0.89 0.51
Hex 7C F1 14 31 0 5C 5 5C 59 33
Octal 174 361 24 61 0 134 5 134 131 63
Binary 1111100 11110001 10100 110001 0 1011100 101 1011100 1011001 110011

Color Harmonies of #7CF114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF114

Black with #7CF114

Text Example


Text Example

White with #7CF114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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