Html Css Color HEX #7DEE14 Lawn Green

📋 copy color: '#7DEE14'

red 125 ◦ green 238 ◦ blue 20

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

Shades of Lawn Green #7DEE14

Tints of Lawn Green #7DEE14

RGB

 RED value IS 125 (49.22% from 255) = 32.64%

 GREEN value IS 238 (93.36% from 255) = 62.14%

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

R = 32.64%
G = 62.14%
B = 5.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#7DEE14 (or 0x7DEE14) is known color: Lawn Green. HEX triplet: 7D, EE and 14. RGB value is (125,238,20). Sum of RGB (Red+Green+Blue) = 125+238+20=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 238 (93.36% from 255 or 62.14% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEE14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DEE14 is #8211EB. Grayscale: #B4B4B4. Windows color (decimal): -8524268 or 1371773. OLE color: 1371773.

HSL color Cylindrical-coordinate representation of color #7DEE14: hue angle of 91.1º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DEE14 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 238 20 -
CMYK 0.47 0 0.92 0.07
HSL 91.1º 0.87% 0.51% -
HSV(B) 91.1º 0.92% 0.93% -
XYZ 39.16 65.56 11.25 -
YUV 179.36 38.06 89.23 -
System Red Green Blue C M Y K H S L
Decimal 125 238 20 0.47 0 0.92 0.07 91.1 0.87 0.51
Hex 7D EE 14 2F 0 5C 7 5B 57 33
Octal 175 356 24 57 0 134 7 133 127 63
Binary 1111101 11101110 10100 101111 0 1011100 111 1011011 1010111 110011

Color Harmonies of #7DEE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEE14

Black with #7DEE14

Text Example


Text Example

White with #7DEE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,238,20); }

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

background-color css

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

 a { background-color: rgb(125,238,20); }

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

border-color css

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

 span { border-color: rgb(125,238,20); }

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