Html Css Color HEX #7DF013 Lawn Green

📋 copy color: '#7DF013'

red 125 ◦ green 240 ◦ blue 19

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

Shades of Lawn Green #7DF013

Tints of Lawn Green #7DF013

RGB

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

 GREEN value IS 240 (94.14% from 255) = 62.5%

 BLUE value IS 19 (7.81% from 255) = 4.95%

R = 32.55%
G = 62.5%
B = 4.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#7DF013 (or 0x7DF013) is known color: Lawn Green. HEX triplet: 7D, F0 and 13. RGB value is (125,240,19). Sum of RGB (Red+Green+Blue) = 125+240+19=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 240 (94.14% from 255 or 62.5% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF013 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DF013 is #820FEC. Grayscale: #B5B5B5. Windows color (decimal): -8523757 or 1306749. OLE color: 1306749.

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

Color convert

RGB 125 240 19 -
CMYK 0.48 0 0.92 0.06
HSL 91.22º 0.88% 0.51% -
HSV(B) 91.22º 0.92% 0.94% -
XYZ 39.74 66.73 11.4 -
YUV 180.42 36.9 88.47 -
System Red Green Blue C M Y K H S L
Decimal 125 240 19 0.48 0 0.92 0.06 91.22 0.88 0.51
Hex 7D F0 13 30 0 5C 6 5B 58 33
Octal 175 360 23 60 0 134 6 133 130 63
Binary 1111101 11110000 10011 110000 0 1011100 110 1011011 1011000 110011

Color Harmonies of #7DF013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF013

Black with #7DF013

Text Example


Text Example

White with #7DF013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,240,19); }

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

background-color css

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

 a { background-color: rgb(125,240,19); }

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

border-color css

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

 span { border-color: rgb(125,240,19); }

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