Html Css Color HEX #7DF912 Lawn Green

📋 copy color: '#7DF912'

red 125 ◦ green 249 ◦ blue 18

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

Shades of Lawn Green #7DF912

Tints of Lawn Green #7DF912

RGB

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

 GREEN value IS 249 (97.66% from 255) = 63.52%

 BLUE value IS 18 (7.42% from 255) = 4.59%

R = 31.89%
G = 63.52%
B = 4.59%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#7DF912 (or 0x7DF912) is known color: Lawn Green. HEX triplet: 7D, F9 and 12. RGB value is (125,249,18). Sum of RGB (Red+Green+Blue) = 125+249+18=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 249 (97.66% from 255 or 63.52% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF912 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DF912 is #8206ED. Grayscale: #BABABA. Windows color (decimal): -8521454 or 1243517. OLE color: 1243517.

HSL color Cylindrical-coordinate representation of color #7DF912: hue angle of 92.21º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DF912 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 249 18 -
CMYK 0.50 0 0.93 0.02
HSL 92.21º 0.95% 0.52% -
HSV(B) 92.21º 0.93% 0.98% -
XYZ 42.44 72.16 12.26 -
YUV 185.59 33.42 84.78 -
System Red Green Blue C M Y K H S L
Decimal 125 249 18 0.50 0 0.93 0.02 92.21 0.95 0.52
Hex 7D F9 12 32 0 5D 2 5C 5F 34
Octal 175 371 22 62 0 135 2 134 137 64
Binary 1111101 11111001 10010 110010 0 1011101 10 1011100 1011111 110100

Color Harmonies of #7DF912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF912

Black with #7DF912

Text Example


Text Example

White with #7DF912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,249,18); }

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

background-color css

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

 a { background-color: rgb(125,249,18); }

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

border-color css

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

 span { border-color: rgb(125,249,18); }

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