Html Css Color HEX #7DFC12 Lawn Green

📋 copy color: '#7DFC12'

red 125 ◦ green 252 ◦ blue 18

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

Shades of Lawn Green #7DFC12

Tints of Lawn Green #7DFC12

RGB

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

 GREEN value IS 252 (98.83% from 255) = 63.8%

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

R = 31.65%
G = 63.8%
B = 4.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#7DFC12 (or 0x7DFC12) is known color: Lawn Green. HEX triplet: 7D, FC and 12. RGB value is (125,252,18). Sum of RGB (Red+Green+Blue) = 125+252+18=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 252 (98.83% from 255 or 63.80% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFC12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DFC12 is #8203ED. Grayscale: #BCBCBC. Windows color (decimal): -8520686 or 1244285. OLE color: 1244285.

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

Color convert

RGB 125 252 18 -
CMYK 0.50 0 0.93 0.01
HSL 92.56º 0.98% 0.53% -
HSV(B) 92.56º 0.93% 0.99% -
XYZ 43.38 74.02 12.57 -
YUV 187.35 32.42 83.53 -
System Red Green Blue C M Y K H S L
Decimal 125 252 18 0.50 0 0.93 0.01 92.56 0.98 0.53
Hex 7D FC 12 32 0 5D 1 5D 62 35
Octal 175 374 22 62 0 135 1 135 142 65
Binary 1111101 11111100 10010 110010 0 1011101 1 1011101 1100010 110101

Color Harmonies of #7DFC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFC12

Black with #7DFC12

Text Example


Text Example

White with #7DFC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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