Html Css Color HEX #0EE483 Spring Green

📋 copy color: '#0EE483'

red 14 ◦ green 228 ◦ blue 131

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

Shades of Spring Green #0EE483

Tints of Spring Green #0EE483

RGB

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

 GREEN value IS 228 (89.45% from 255) = 61.13%

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

R = 3.75%
G = 61.13%
B = 35.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#0EE483 (or 0x0EE483) is known color: Spring Green. HEX triplet: 0E, E4 and 83. RGB value is (14,228,131). Sum of RGB (Red+Green+Blue) = 14+228+131=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 228 (89.45% from 255 or 61.13% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 228 - color contains mainly: green. Hex color #0EE483 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE483 is #F11B7C. Grayscale: #999999. Windows color (decimal): -15801213 or 8643598. OLE color: 8643598.

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

Color convert

RGB 14 228 131 -
CMYK 0.94 0 0.43 0.11
HSL 152.8º 0.88% 0.47% -
HSV(B) 152.8º 0.94% 0.89% -
XYZ 32.02 57.22 30.83 -
YUV 152.96 115.6 28.89 -
System Red Green Blue C M Y K H S L
Decimal 14 228 131 0.94 0 0.43 0.11 152.8 0.88 0.47
Hex E E4 83 5E 0 2B B 99 58 2F
Octal 16 344 203 136 0 53 13 231 130 57
Binary 1110 11100100 10000011 1011110 0 101011 1011 10011001 1011000 101111

Color Harmonies of #0EE483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE483

Black with #0EE483

Text Example


Text Example

White with #0EE483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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