#01EF68

Color #01EF68 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #01EF68

Tints of Spring Green #01EF68

Color information

#01EF68 (or 0x01EF68) is unknown color: approx Spring Green. HEX triplet: 01, EF and 68. RGB value is (1,239,104). Sum of RGB (Red+Green+Blue) = 1+239+104=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 239 (93.75% from 255 or 69.48% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 239 - color contains mainly: green. Hex color #01EF68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EF68 is #FE1097. Grayscale: #989898. Windows color (decimal): -16650392 or 6876929. OLE color: 6876929.

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

Color convert

RGB1239104-
CMYK1.0000.560.06
HSL145.97º99.17%47.06%-
HSV(B)145.97º99.58%93.73%-
XYZ33.3862.7423.45-
YUV152.45100.6519.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 239 (93.75% from 255) = 69.48%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=0.29%
G=69.48%
B=30.23%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal12391041.0000.560.06145.9799.1747.06
Hex1EF6864038692632f
Octal1357150144070622214357
Binary111101111110100011001000111000110100100101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01EF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,239,104); }

 H1.HeaderClassName
 {
   color: #01EF68;
 }
 .AnyTagClassName
 {
   color: #01EF68;
 }
</style>
background-color css

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

 a { background-color: rgb(1,239,104); }

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

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

 span { border-color: rgb(1,239,104); }

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