#7DF213

Color #7DF213 Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #7DF213

Tints of Lawn Green #7DF213

Color information

#7DF213 (or 0x7DF213) is unknown color: approx Lawn Green. HEX triplet: 7D, F2 and 13. RGB value is (125,242,19). Sum of RGB (Red+Green+Blue) = 125+242+19=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 242 (94.92% from 255 or 62.69% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF213 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DF213 is #820DEC. Grayscale: #B6B6B6. Windows color (decimal): -8523245 or 1307261. OLE color: 1307261.

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

Color convert

RGB12524219-
CMYK0.4800.920.05
HSL91.48º89.56%51.18%-
HSV(B)91.48º92.15%94.9%-
XYZ40.3367.9111.6-
YUV181.636.2487.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.38%
GREEN value IS 242 (94.92% from 255) = 62.69%
BLUE value IS 19 (7.81% from 255) = 4.92%
R=32.38%
G=62.69%
B=4.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal125242190.4800.920.0591.4889.5651.18
Hex7DF2133005C55b5a33
Octal17536223600134513313263
Binary111110111110010100111100000101110010110110111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DF213;
 }
 .AnyTagClassName
 {
   color: #7DF213;
 }
</style>
background-color css

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

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

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

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

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

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