Html Css Color HEX #7DFB14 Lawn Green

📋 copy color: '#7DFB14'

red 125 ◦ green 251 ◦ blue 20

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

Shades of Lawn Green #7DFB14

Tints of Lawn Green #7DFB14

RGB

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

 GREEN value IS 251 (98.44% from 255) = 63.38%

 BLUE value IS 20 (8.2% from 255) = 5.05%

R = 31.57%
G = 63.38%
B = 5.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#7DFB14 (or 0x7DFB14) is known color: Lawn Green. HEX triplet: 7D, FB and 14. RGB value is (125,251,20). Sum of RGB (Red+Green+Blue) = 125+251+20=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 251 (98.44% from 255 or 63.38% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 251 - color contains mainly: green. Hex color #7DFB14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DFB14 is #8204EB. Grayscale: #BBBBBB. Windows color (decimal): -8520940 or 1375101. OLE color: 1375101.

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

Color convert

RGB 125 251 20 -
CMYK 0.50 0 0.92 0.02
HSL 92.73º 0.97% 0.53% -
HSV(B) 92.73º 0.92% 0.98% -
XYZ 43.08 73.4 12.56 -
YUV 186.99 33.76 83.78 -
System Red Green Blue C M Y K H S L
Decimal 125 251 20 0.50 0 0.92 0.02 92.73 0.97 0.53
Hex 7D FB 14 32 0 5C 2 5D 61 35
Octal 175 373 24 62 0 134 2 135 141 65
Binary 1111101 11111011 10100 110010 0 1011100 10 1011101 1100001 110101

Color Harmonies of #7DFB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFB14

Black with #7DFB14

Text Example


Text Example

White with #7DFB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,251,20); }

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

background-color css

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

 a { background-color: rgb(125,251,20); }

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

border-color css

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

 span { border-color: rgb(125,251,20); }

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