Html Css Color HEX #7DF20D Lawn Green

📋 copy color: '#7DF20D'

red 125 ◦ green 242 ◦ blue 13

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

Shades of Lawn Green #7DF20D

Tints of Lawn Green #7DF20D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 63.68%

 BLUE value IS 13 (5.47% from 255) = 3.42%

R = 32.89%
G = 63.68%
B = 3.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#7DF20D (or 0x7DF20D) is known color: Lawn Green. HEX triplet: 7D, F2 and 0D. RGB value is (125,242,13). Sum of RGB (Red+Green+Blue) = 125+242+13=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 242 (94.92% from 255 or 63.68% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF20D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DF20D is #820DF2. Grayscale: #B5B5B5. Windows color (decimal): -8523251 or 914045. OLE color: 914045.

HSL color Cylindrical-coordinate representation of color #7DF20D: hue angle of 90.66º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DF20D is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 242 13 -
CMYK 0.48 0 0.95 0.05
HSL 90.66º 0.9% 0.5% -
HSV(B) 90.66º 0.95% 0.95% -
XYZ 40.28 67.89 11.36 -
YUV 180.91 33.24 88.12 -
System Red Green Blue C M Y K H S L
Decimal 125 242 13 0.48 0 0.95 0.05 90.66 0.9 0.5
Hex 7D F2 D 30 0 5F 5 5B 5A 32
Octal 175 362 15 60 0 137 5 133 132 62
Binary 1111101 11110010 1101 110000 0 1011111 101 1011011 1011010 110010

Color Harmonies of #7DF20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF20D

Black with #7DF20D

Text Example


Text Example

White with #7DF20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,242,13); }

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

background-color css

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

 a { background-color: rgb(125,242,13); }

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

border-color css

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

 span { border-color: rgb(125,242,13); }

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