Html Css Color HEX #0EFC68 Spring Green

📋 copy color: '#0EFC68'

red 14 ◦ green 252 ◦ blue 104

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

Shades of Spring Green #0EFC68

Tints of Spring Green #0EFC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.11%

R = 3.78%
G = 68.11%
B = 28.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#0EFC68 (or 0x0EFC68) is known color: Spring Green. HEX triplet: 0E, FC and 68. RGB value is (14,252,104). Sum of RGB (Red+Green+Blue) = 14+252+104=370 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.78% from 370); Green value is 252 (98.83% from 255 or 68.11% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFC68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFC68 is #F10397. Grayscale: #A4A4A4. Windows color (decimal): -15795096 or 6880270. OLE color: 6880270.

HSL color Cylindrical-coordinate representation of color #0EFC68: hue angle of 142.69º 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 #0EFC68 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 252 104 -
CMYK 0.94 0 0.59 0.01
HSL 142.69º 0.98% 0.52% -
HSV(B) 142.69º 0.94% 0.99% -
XYZ 37.49 70.71 24.77 -
YUV 163.97 94.15 21.03 -
System Red Green Blue C M Y K H S L
Decimal 14 252 104 0.94 0 0.59 0.01 142.69 0.98 0.52
Hex E FC 68 5E 0 3B 1 8F 62 34
Octal 16 374 150 136 0 73 1 217 142 64
Binary 1110 11111100 1101000 1011110 0 111011 1 10001111 1100010 110100

Color Harmonies of #0EFC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFC68

Black with #0EFC68

Text Example


Text Example

White with #0EFC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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