Html Css Color HEX #7DEA01 Lawn Green

📋 copy color: '#7DEA01'

red 125 ◦ green 234 ◦ blue 1

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

Shades of Lawn Green #7DEA01

Tints of Lawn Green #7DEA01

RGB

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

 GREEN value IS 234 (91.8% from 255) = 65%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 34.72%
G = 65%
B = 0.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#7DEA01 (or 0x7DEA01) is known color: Lawn Green. HEX triplet: 7D, EA and 01. RGB value is (125,234,1). Sum of RGB (Red+Green+Blue) = 125+234+1=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 234 (91.80% from 255 or 65% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEA01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DEA01 is #8215FE. Grayscale: #AFAFAF. Windows color (decimal): -8525311 or 125565. OLE color: 125565.

HSL color Cylindrical-coordinate representation of color #7DEA01: hue angle of 88.07º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7DEA01 is Cyan = 0.47, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 234 1 -
CMYK 0.47 0 1.00 0.08
HSL 88.07º 0.99% 0.46% -
HSV(B) 88.07º 1% 0.92% -
XYZ 37.89 63.21 10.23 -
YUV 174.85 29.89 92.45 -
System Red Green Blue C M Y K H S L
Decimal 125 234 1 0.47 0 1.00 0.08 88.07 0.99 0.46
Hex 7D EA 1 2F 0 64 8 58 63 2E
Octal 175 352 1 57 0 144 10 130 143 56
Binary 1111101 11101010 1 101111 0 1100100 1000 1011000 1100011 101110

Color Harmonies of #7DEA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEA01

Black with #7DEA01

Text Example


Text Example

White with #7DEA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,234,1); }

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

background-color css

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

 a { background-color: rgb(125,234,1); }

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

border-color css

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

 span { border-color: rgb(125,234,1); }

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