Html Css Color HEX #01ED7D Spring Green

📋 copy color: '#01ED7D'

red 1 ◦ green 237 ◦ blue 125

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

Shades of Spring Green #01ED7D

Tints of Spring Green #01ED7D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 65.29%

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 0.28%
G = 65.29%
B = 34.44%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#01ED7D (or 0x01ED7D) is known color: Spring Green. HEX triplet: 01, ED and 7D. RGB value is (1,237,125). Sum of RGB (Red+Green+Blue) = 1+237+125=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 237 (92.97% from 255 or 65.29% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 237 - color contains mainly: green. Hex color #01ED7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01ED7D is #FE1282. Grayscale: #999999. Windows color (decimal): -16650883 or 8252673. OLE color: 8252673.

HSL color Cylindrical-coordinate representation of color #01ED7D: hue angle of 151.53º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ED7D is Cyan = 1.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 237 125 -
CMYK 1.00 0 0.47 0.07
HSL 151.53º 0.99% 0.47% -
HSV(B) 151.53º 1% 0.93% -
XYZ 34 62.06 29.59 -
YUV 153.67 111.81 19.11 -
System Red Green Blue C M Y K H S L
Decimal 1 237 125 1.00 0 0.47 0.07 151.53 0.99 0.47
Hex 1 ED 7D 64 0 2F 7 98 63 2F
Octal 1 355 175 144 0 57 7 230 143 57
Binary 1 11101101 1111101 1100100 0 101111 111 10011000 1100011 101111

Color Harmonies of #01ED7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ED7D

Black with #01ED7D

Text Example


Text Example

White with #01ED7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01ED7D; }

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

 H1.HeaderClassName
 {
   color: #01ED7D;
 }
 .AnyTagClassName
 {
   color: #01ED7D;
 }
</style>

background-color css

<style>
 a { background-color: #01ED7D; }

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

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

border-color css

<style>
 span { border-color: #01ED7D; }

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

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