Html Css Color HEX #01E374 Spring Green

📋 copy color: '#01E374'

red 1 ◦ green 227 ◦ blue 116

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

Shades of Spring Green #01E374

Tints of Spring Green #01E374

RGB

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

 GREEN value IS 227 (89.06% from 255) = 65.99%

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 0.29%
G = 65.99%
B = 33.72%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#01E374 (or 0x01E374) is known color: Spring Green. HEX triplet: 01, E3 and 74. RGB value is (1,227,116). Sum of RGB (Red+Green+Blue) = 1+227+116=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 227 (89.06% from 255 or 65.99% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 227 - color contains mainly: green. Hex color #01E374 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E374 is #FE1C8B. Grayscale: #929292. Windows color (decimal): -16653452 or 7660289. OLE color: 7660289.

HSL color Cylindrical-coordinate representation of color #01E374: hue angle of 150.53º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E374 is Cyan = 1.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 1 227 116 -
CMYK 1.00 0 0.49 0.11
HSL 150.53º 0.99% 0.45% -
HSV(B) 150.53º 1% 0.89% -
XYZ 30.63 56.21 25.76 -
YUV 146.77 110.63 24.03 -
System Red Green Blue C M Y K H S L
Decimal 1 227 116 1.00 0 0.49 0.11 150.53 0.99 0.45
Hex 1 E3 74 64 0 31 B 97 63 2D
Octal 1 343 164 144 0 61 13 227 143 55
Binary 1 11100011 1110100 1100100 0 110001 1011 10010111 1100011 101101

Color Harmonies of #01E374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E374

Black with #01E374

Text Example


Text Example

White with #01E374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,227,116); }

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

background-color css

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

 a { background-color: rgb(1,227,116); }

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

border-color css

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

 span { border-color: rgb(1,227,116); }

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