Html Css Color HEX #0EE383 Spring Green

📋 copy color: '#0EE383'

red 14 ◦ green 227 ◦ blue 131

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

Shades of Spring Green #0EE383

Tints of Spring Green #0EE383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.22%

R = 3.76%
G = 61.02%
B = 35.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#0EE383 (or 0x0EE383) is known color: Spring Green. HEX triplet: 0E, E3 and 83. RGB value is (14,227,131). Sum of RGB (Red+Green+Blue) = 14+227+131=372 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.76% from 372); Green value is 227 (89.06% from 255 or 61.02% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 227 - color contains mainly: green. Hex color #0EE383 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE383 is #F11C7C. Grayscale: #989898. Windows color (decimal): -15801469 or 8643342. OLE color: 8643342.

HSL color Cylindrical-coordinate representation of color #0EE383: hue angle of 152.96º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE383 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 14 227 131 -
CMYK 0.94 0 0.42 0.11
HSL 152.96º 0.88% 0.47% -
HSV(B) 152.96º 0.94% 0.89% -
XYZ 31.75 56.67 30.74 -
YUV 152.37 115.93 29.31 -
System Red Green Blue C M Y K H S L
Decimal 14 227 131 0.94 0 0.42 0.11 152.96 0.88 0.47
Hex E E3 83 5E 0 2A B 99 58 2F
Octal 16 343 203 136 0 52 13 231 130 57
Binary 1110 11100011 10000011 1011110 0 101010 1011 10011001 1011000 101111

Color Harmonies of #0EE383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE383

Black with #0EE383

Text Example


Text Example

White with #0EE383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,227,131); }

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

background-color css

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

 a { background-color: rgb(14,227,131); }

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

border-color css

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

 span { border-color: rgb(14,227,131); }

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