Html Css Color HEX #01E372 Spring Green

📋 copy color: '#01E372'

red 1 ◦ green 227 ◦ blue 114

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

Shades of Spring Green #01E372

Tints of Spring Green #01E372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 0.29%
G = 66.37%
B = 33.33%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#01E372 (or 0x01E372) is known color: Spring Green. HEX triplet: 01, E3 and 72. RGB value is (1,227,114). Sum of RGB (Red+Green+Blue) = 1+227+114=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 227 (89.06% from 255 or 66.37% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 227 - color contains mainly: green. Hex color #01E372 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E372 is #FE1C8D. Grayscale: #929292. Windows color (decimal): -16653454 or 7529217. OLE color: 7529217.

HSL color Cylindrical-coordinate representation of color #01E372: hue angle of 150º 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 #01E372 is Cyan = 1.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 1 227 114 -
CMYK 1.00 0 0.50 0.11
HSL 150º 0.99% 0.45% -
HSV(B) 150º 1% 0.89% -
XYZ 30.52 56.16 25.15 -
YUV 146.54 109.63 24.19 -
System Red Green Blue C M Y K H S L
Decimal 1 227 114 1.00 0 0.50 0.11 150 0.99 0.45
Hex 1 E3 72 64 0 32 B 96 63 2D
Octal 1 343 162 144 0 62 13 226 143 55
Binary 1 11100011 1110010 1100100 0 110010 1011 10010110 1100011 101101

Color Harmonies of #01E372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E372

Black with #01E372

Text Example


Text Example

White with #01E372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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