Html Css Color HEX #0EFC61 Spring Green

📋 copy color: '#0EFC61'

red 14 ◦ green 252 ◦ blue 97

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

Shades of Spring Green #0EFC61

Tints of Spring Green #0EFC61

RGB

 RED value IS 14 (5.86% from 255) = 3.86%

 GREEN value IS 252 (98.83% from 255) = 69.42%

 BLUE value IS 97 (38.28% from 255) = 26.72%

R = 3.86%
G = 69.42%
B = 26.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#0EFC61 (or 0x0EFC61) is known color: Spring Green. HEX triplet: 0E, FC and 61. RGB value is (14,252,97). Sum of RGB (Red+Green+Blue) = 14+252+97=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 252 (98.83% from 255 or 69.42% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFC61 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFC61 is #F1039E. Grayscale: #A3A3A3. Windows color (decimal): -15795103 or 6421518. OLE color: 6421518.

HSL color Cylindrical-coordinate representation of color #0EFC61: hue angle of 140.92º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFC61 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 252 97 -
CMYK 0.94 0 0.62 0.01
HSL 140.92º 0.98% 0.52% -
HSV(B) 140.92º 0.94% 0.99% -
XYZ 37.15 70.58 22.97 -
YUV 163.17 90.65 21.6 -
System Red Green Blue C M Y K H S L
Decimal 14 252 97 0.94 0 0.62 0.01 140.92 0.98 0.52
Hex E FC 61 5E 0 3E 1 8D 62 34
Octal 16 374 141 136 0 76 1 215 142 64
Binary 1110 11111100 1100001 1011110 0 111110 1 10001101 1100010 110100

Color Harmonies of #0EFC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFC61

Black with #0EFC61

Text Example


Text Example

White with #0EFC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EFC61; }

 p { color: rgb(14,252,97); }

 H1.HeaderClassName
 {
   color: #0EFC61;
 }
 .AnyTagClassName
 {
   color: #0EFC61;
 }
</style>

background-color css

<style>
 a { background-color: #0EFC61; }

 a { background-color: rgb(14,252,97); }

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

border-color css

<style>
 span { border-color: #0EFC61; }

 span { border-color: rgb(14,252,97); }

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